root/trunk/storage/test_storepypgsql.py
| Revision 88 (checked in by fumanchu, 8 years ago) | |
|---|---|
| |
| 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.
