diff options
Diffstat (limited to 'test/ext/test_associationproxy.py')
-rw-r--r-- | test/ext/test_associationproxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/test_associationproxy.py b/test/ext/test_associationproxy.py index 4b923e318..67e474705 100644 --- a/test/ext/test_associationproxy.py +++ b/test/ext/test_associationproxy.py @@ -802,7 +802,7 @@ class ScalarTest(fixtures.TestBase): assert a1.a2b_name is None assert a1.b_single is None - def custom_getset_test(self): + def test_custom_getset(self): metadata = MetaData() p = Table('p', metadata, Column('id', Integer, primary_key=True), |