Changeset 490 for elixir/trunk/tests/test_dict.py
- Timestamp:
- 10/02/09 12:06:14 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_dict.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_dict.py
r485 r490 158 158 def setup(self): 159 159 metadata.bind = 'sqlite://' 160 session. clear()160 session.expunge_all() 161 161 162 162 def teardown(self): … … 174 174 assert a.name == 'Aye' 175 175 session.commit() 176 session. clear()176 session.expunge_all() 177 177
