Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/storage/test_storepypgsql.py

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

Set eol-style:native on all .py files.

  • Property svn:eol-style set to native
Line 
1 from dejavu.storage 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.