summaryrefslogtreecommitdiff
path: root/tests/encoding.py
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2013-03-30 13:53:51 -0400
committerPaul Belanger <paul.belanger@polybeacon.com>2013-03-30 13:53:51 -0400
commit12f2e4fcd8153fb4ea9dc00ac79385b1059fb47a (patch)
tree537c61df2d334a1f49b4e93536f6b22d5e25be4c /tests/encoding.py
parent8063b1021718f1eb1ab87530358e70fb171f5cba (diff)
downloadredis-py-12f2e4fcd8153fb4ea9dc00ac79385b1059fb47a.tar.gz
Format code per pep8 guidelines
A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
Diffstat (limited to 'tests/encoding.py')
-rw-r--r--tests/encoding.py1
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(