Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/test/test_storeram.py

Revision 327 (checked in by fumanchu, 7 years ago)

New RAMStorage module.

  • Property svn:eol-style set to native
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.