diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-27 13:34:33 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-27 13:34:33 -0500 |
| commit | d8d03011b8dafe48b71e9eb3bc756d05da54a7bf (patch) | |
| tree | dde1fae4d98e80d2080b191704dbef529a8f157c /test | |
| parent | d20d7549fd32d867739169ac2556f3fa0157b4b1 (diff) | |
| download | sqlalchemy-d8d03011b8dafe48b71e9eb3bc756d05da54a7bf.tar.gz | |
- repair the fixture/test here to make sure state isn't left over causing other tests to fail
Diffstat (limited to 'test')
| -rw-r--r-- | test/orm/inheritance/test_assorted_poly.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/inheritance/test_assorted_poly.py b/test/orm/inheritance/test_assorted_poly.py index c3ed73c9c..cbfbf5ba7 100644 --- a/test/orm/inheritance/test_assorted_poly.py +++ b/test/orm/inheritance/test_assorted_poly.py @@ -1525,7 +1525,7 @@ class Ticket2419Test(fixtures.DeclarativeMappedTest): class ColSubclassTest(fixtures.DeclarativeMappedTest, testing.AssertsCompiledSQL): """Test [ticket:2918]'s test case.""" - run_create_tables = None + run_create_tables = run_deletes = None __dialect__ = 'default' @classmethod |
