We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just placed some document materials about testing. This will be add to readthedocs later.
To test whole repo-wide settings: python manage.py test i5k.tests
python manage.py test i5k.tests
To test single app, for example, to test blast app: python manage.py test blast.tests
python manage.py test blast.tests
To test specific test case, for example, TestClickAll test case of blast app: python manage.py test blast.tests.TestClickAll
TestClickAll
python manage.py test blast.tests.TestClickAll
The text was updated successfully, but these errors were encountered:
Lists of test cases:
CeleryTestCase
celery
rabbitMQ
celerybeat
Sorry, something went wrong.
No branches or pull requests
Just placed some document materials about testing. This will be add to readthedocs later.
To test whole repo-wide settings:
python manage.py test i5k.tests
To test single app, for example, to test blast app:
python manage.py test blast.tests
To test specific test case, for example,
TestClickAll
test case of blast app:python manage.py test blast.tests.TestClickAll
The text was updated successfully, but these errors were encountered: