Formating.
This commit is contained in:
@ -11,7 +11,6 @@ def test_count():
|
|||||||
with pytest.raises(TypeError):
|
with pytest.raises(TypeError):
|
||||||
bonobo.count()
|
bonobo.count()
|
||||||
|
|
||||||
|
|
||||||
context = MagicMock()
|
context = MagicMock()
|
||||||
|
|
||||||
with ContextCurrifier(bonobo.count).as_contextmanager(context) as stack:
|
with ContextCurrifier(bonobo.count).as_contextmanager(context) as stack:
|
||||||
@ -49,6 +48,7 @@ def test_limit_not_there():
|
|||||||
|
|
||||||
assert results == [NOT_MODIFIED] * 10
|
assert results == [NOT_MODIFIED] * 10
|
||||||
|
|
||||||
|
|
||||||
def test_limit_default():
|
def test_limit_default():
|
||||||
context, results = MagicMock(), []
|
context, results = MagicMock(), []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user