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
Hi I am working on a django project and aim to find the slow running test cases. When I use django-slow-tests with --parallel option like python manage.py test --settings=test_settings --parallel -v 2 . I find that the test runner doesn't pick up any test cases and 0 test cases are run. Although when I use: python manage.py test --settings=test_settings -v 2 it seems to work perfectly fine. So I guess there is some gotcha here while dealing with parallel.
The text was updated successfully, but these errors were encountered:
Hi I am working on a django project and aim to find the slow running test cases. When I use django-slow-tests with --parallel option like
python manage.py test --settings=test_settings --parallel -v 2
. I find that the test runner doesn't pick up any test cases and 0 test cases are run. Although when I use:python manage.py test --settings=test_settings -v 2
it seems to work perfectly fine. So I guess there is some gotcha here while dealing with parallel.The text was updated successfully, but these errors were encountered: