root/trunk/test/test_storeram.py
| Revision 327 (checked in by fumanchu, 7 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | |
| 2 | SM_class = "dejavu.storage.storeram.RAMStorage" |
| 3 | |
| 4 | |
| 5 | def run(): |
| 6 | import zoo_fixture |
| 7 | # Isolate schema changes from one test to the next. |
| 8 | reload(zoo_fixture) |
| 9 | zoo_fixture.init() |
| 10 | zoo_fixture.run(SM_class, {}) |
| 11 | |
| 12 | |
| 13 | if __name__ == "__main__": |
| 14 | run() |
Note: See TracBrowser for help on using the browser.
