diff options
Diffstat (limited to 'tests/encoding.py')
-rw-r--r-- | tests/encoding.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/encoding.py b/tests/encoding.py index af02c42..b5aa58d 100644 --- a/tests/encoding.py +++ b/tests/encoding.py @@ -45,6 +45,7 @@ class EncodingTestCase(unittest.TestCase): self.assertEquals(list_or_args(bfoo, []), [bfoo]) self.assertEquals(list_or_args(bfoo, [bfoo]), [bfoo, bfoo]) + class PythonParserEncodingTestCase(EncodingTestCase): def setUp(self): pool = ConnectionPool( |