root/trunk/storage/test_storesqlite.py
| Revision 66 (checked in by fumanchu, 8 years ago) |
|---|
| Line | |
|---|---|
| 1 | from dejavu.storage import zoo_fixture |
| 2 | |
| 3 | def run_tests(): |
| 4 | opts = {"Database": "sqlite_zoo_test"} |
| 5 | zoo_fixture.run_tests("dejavu.storage.storesqlite.StorageManagerSQLite", opts) |
| 6 | |
| 7 | |
| 8 | if __name__ == "__main__": |
| 9 | run_tests() |
| 10 |
Note: See TracBrowser for help on using the browser.
