Fix module imports in run-analysis
This commit is contained in:
parent
086920339a
commit
0a05f0c010
3 changed files with 7 additions and 6 deletions
|
@ -26,7 +26,7 @@ def test_script_invokes_commands(tmp_path):
|
|||
|
||||
lines = calls.read_text().strip().splitlines()
|
||||
assert lines == [
|
||||
"scripts/analyze.py check-missing-domains",
|
||||
"scripts/analyze.py suggest-cache",
|
||||
"scripts/analyze.py detect-threats",
|
||||
"-m scripts.analyze check-missing-domains",
|
||||
"-m scripts.analyze suggest-cache",
|
||||
"-m scripts.analyze detect-threats",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue