Formating.

This commit is contained in:
Romain Dorgueil
2017-05-21 19:24:24 +02:00
parent 4d9b579a60
commit 88df694dc1

View File

@ -11,7 +11,6 @@ def test_count():
with pytest.raises(TypeError):
bonobo.count()
context = MagicMock()
with ContextCurrifier(bonobo.count).as_contextmanager(context) as stack:
@ -49,6 +48,7 @@ def test_limit_not_there():
assert results == [NOT_MODIFIED] * 10
def test_limit_default():
context, results = MagicMock(), []