We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0fc1f commit cab4b3cCopy full SHA for cab4b3c
tests/test_main.py
@@ -30,7 +30,7 @@ def test_help(capsys, monkeypatch):
30
31
assert exc.value.code == 0
32
assert captured.out.startswith("Usage: scrapyd [options]\n")
33
- assert "--nodaemon" not in captured.out
+ assert "--nodaemon" in captured.out
34
assert "python" not in captured.out
35
assert "rundir" not in captured.out
36
assert "ftp" not in captured.out
0 commit comments