Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

root/trunk/test/test_storepypgsql.py

Revision 95 (checked in by fumanchu, 8 years ago)

Reorganization to prepare for new test runner.

  • Property svn:eol-style set to native
Line 
1 import zoo_fixture
2
3 def run_tests():
4     pword = raw_input("Password for the postgres user:")
5     opts = {u'Connect': ("host=localhost dbname=dejavu_test "
6                          "user=postgres password=%s" % pword),
7             }
8     zoo_fixture.run_tests("dejavu.storage.storepypgsql.StorageManagerPgSQL", opts)
9
10
11 if __name__ == "__main__":
12     run_tests()
13
Note: See TracBrowser for help on using the browser.