Remove print statement from test_scalar_list.py

This commit is contained in:
Adarsh Krishnan
2014-03-12 12:27:04 +02:00
parent ed79073802
commit 0a96cc54c7

View File

@@ -49,7 +49,6 @@ class TestScalarUnicodeList(TestCase):
self.session.add(user)
with raises(sa.exc.StatementError) as db_err:
self.session.commit()
print db_err.value.message
assert (
"List values can't contain string ',' (its being used as "
"separator. If you wish for scalar list values to contain "