diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-10-07 10:01:35 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-10-07 10:01:35 -0400 |
commit | 61fc1d07160b1dc7419eaf50fb2387738d68402f (patch) | |
tree | 0d08a583f9ceae522307c725e4ea67fff261b82f /test/dialect/postgresql/test_query.py | |
parent | ba47b3e756b20d632db50acc2b30819c06801d9f (diff) | |
download | sqlalchemy-ticket_3216.tar.gz |
- tweaksticket_3216
Diffstat (limited to 'test/dialect/postgresql/test_query.py')
-rw-r--r-- | test/dialect/postgresql/test_query.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dialect/postgresql/test_query.py b/test/dialect/postgresql/test_query.py index 95c3ff465..6c10d78cc 100644 --- a/test/dialect/postgresql/test_query.py +++ b/test/dialect/postgresql/test_query.py @@ -78,9 +78,6 @@ class InsertTest(fixtures.TestBase, AssertsExecutionResults): eng.execute, t2.insert() ) - #assert_raises_message(exc.DBAPIError, - # 'violates not-null constraint', - # eng.execute, t2.insert()) def test_sequence_insert(self): table = Table( |