PEP8 fixes for tests

This commit is contained in:
Roman Zeyde
2014-12-27 12:11:51 +02:00
parent f88820e9c3
commit ca93de06af
3 changed files with 4 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ def test_saturation():
except common.SaturationError as e:
assert e.args == (max(x),)
def test_izip():
x = range(10)
y = range(-10, 0)