You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-docs/DOCKER.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -306,11 +306,11 @@ Run a single test. Example:
306
306
python manage.py test unittests.tools.test_dependency_check_parser.TestDependencyCheckParser.test_parse_file_with_no_vulnerabilities_has_no_findings --keepdb
307
307
```
308
308
309
-
For docker compose stack, there is a convenience script (`dc-unittest.sh`) capable of running a single test class.
309
+
For docker compose stack, there is a convenience script (`run-unittest.sh`) capable of running a single test class.
310
310
You will need to provide a test case (`--test-case`). Example:
0 commit comments