File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ echo "Unit Tests"
7373echo " ------------------------------------------------------------"
7474
7575# Removing parallel and shuffle for now to maintain stability
76- # python3 manage.py test unittests -v 3 --keepdb --no-input --exclude-tag="non-parallel" || {
77- # exit 1;
78- # }
79- # python3 manage.py test unittests -v 3 --keepdb --no-input --tag="non-parallel" || {
80- # exit 1;
81- # }
76+ python3 manage.py test unittests -v 3 --keepdb --no-input --exclude-tag=" non-parallel" || {
77+ exit 1;
78+ }
79+ python3 manage.py test unittests -v 3 --keepdb --no-input --tag=" non-parallel" || {
80+ exit 1;
81+ }
8282
8383# you can select a single file to "test" unit tests
84- python3 manage.py test unittests.test_importers_performance.TestDojoImporterPerformance --keepdb -v 3 & > /app/dev2.log
84+ # python3 manage.py test unittests.test_importers_performance.TestDojoImporterPerformance --keepdb -v 3 &> /app/dev2.log
8585
8686# or even a single method
8787# python3 manage.py test unittests.tools.test_npm_audit_scan_parser.TestNpmAuditParser.test_npm_audit_parser_many_vuln_npm7 --keepdb -v 3
You can’t perform that action at this time.
0 commit comments