File tree Expand file tree Collapse file tree
docs/content/en/open_source/contributing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -298,16 +298,16 @@ or like this:
298298$ ./run-unittest.sh --test-case unittests.tools.<your_unittest_py_file>.<main_class_name>
299299{{< /highlight >}}
300300
301- Example for the blackduck hub parser:
301+ Example for the aqua parser:
302302
303303{{< 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'
305305{{< /highlight >}}
306306
307307or like this:
308308
309309{{< 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
311311{{< /highlight >}}
312312
313313If 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