Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8f02b commit 73db628Copy full SHA for 73db628
1 file changed
tests/main_test.py
@@ -62,7 +62,7 @@ def test_json_output(self, mock_json, mock_find_vulnerabilities, mock_parse_args
62
)
63
64
65
-class MainTest(BaseTestCase):
+class DiscoverFilesTest(BaseTestCase):
66
def test_targets_with_no_excluded(self):
67
targets = ["examples/vulnerable_code/inter_command_injection.py"]
68
excluded_files = ""
0 commit comments