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_storesqlite.py

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

Stripped Windows carriage-returns from .py files.

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.