File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/content/en/open_source/contributing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,16 +298,16 @@ or like this:
298
298
$ ./run-unittest.sh --test-case unittests.tools.<your_unittest_py_file>.<main_class_name>
299
299
{{< /highlight >}}
300
300
301
- Example for the blackduck hub parser:
301
+ Example for the aqua parser:
302
302
303
303
{{< highlight bash >}}
304
- $ docker compose exec uwsgi bash -c 'python manage.py test unittests.tools.test_blackduck_csv_parser.TestBlackduckHubParser -v2'
304
+ $ docker compose exec uwsgi bash -c 'python manage.py test unittests.tools.test_aqua_parser.TestAquaParser -v2'
305
305
{{< /highlight >}}
306
306
307
307
or like this:
308
308
309
309
{{< highlight bash >}}
310
- $ ./run-unittest.sh --test-case unittests.tools.test_blackduck_csv_parser.TestBlackduckHubParser
310
+ $ ./run-unittest.sh --test-case unittests.tools.test_aqua_parser.TestAquaParser
311
311
{{< /highlight >}}
312
312
313
313
If you want to run all unit tests, simply run ` $ docker-compose exec uwsgi bash -c 'python manage.py test unittests -v2' `
You can’t perform that action at this time.
0 commit comments