Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Runner doen't pick test cases for all apps #13

Open
aniket03 opened this issue Feb 25, 2017 · 0 comments
Open

Test Runner doen't pick test cases for all apps #13

aniket03 opened this issue Feb 25, 2017 · 0 comments

Comments

@aniket03
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant