Changeset 50
- Timestamp:
- 02/12/07 16:57:12 (6 years ago)
- Location:
- elixir/trunk/tests
- Files:
-
- 3 modified
-
test_movies.py (modified) (1 diff)
-
test_oneway.py (modified) (1 diff)
-
test_options.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_movies.py
r47 r50 2 2 simple test case 3 3 """ 4 5 import nose6 4 7 5 from sqlalchemy import create_engine -
elixir/trunk/tests/test_oneway.py
r47 r50 3 3 """ 4 4 5 import nose6 7 5 from sqlalchemy import create_engine 8 6 from elixir import * 9 10 #FIXME: this shouldn't be necessary. cleanup_all should handle it. The problem11 # is that with this damn dynamic behavior, we can't easily re-setup the12 # entities once they've been setup once13 metadata.clear()14 7 15 8 class Person(Entity): -
elixir/trunk/tests/test_options.py
r47 r50 3 3 """ 4 4 5 import nose6 5 from sqlalchemy import create_engine 7 6 from elixir import *
