Skip to content

Commit 33f6e36

Browse files
restore entrypoint-unit-tests-devDocker.sh (#12904)
1 parent ce05b71 commit 33f6e36

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker/entrypoint-unit-tests-devDocker.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ echo "Unit Tests"
7373
echo "------------------------------------------------------------"
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

0 commit comments

Comments
 (0)