Skip to content
Snippets Groups Projects

Drop mock_get_scheduler which creates indirection for no good reason

Compare and
3 files
+ 2
22
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -19,7 +19,7 @@ def test_get_lister_wrong_input():
assert "Invalid lister" in str(e.value)
def test_get_lister(mock_get_scheduler):
def test_get_lister():
"""Instantiating a supported lister should be ok
"""
Loading