We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8584447 + 004f3d0 commit db4b9e2Copy full SHA for db4b9e2
tests/test_cli.py
@@ -15,3 +15,6 @@ def test_cli_all_options(caplog, runner):
15
assert "Logger 'root' configured with level=DEBUG" in caplog.text
16
assert "Running process" in caplog.text
17
assert "Total time to complete process" in caplog.text
18
+
19
20
+# test comment
0 commit comments