Open hsiaoyi0504 opened 7 years ago
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
Lists of test cases:
CeleryTestCase
celery
rabbitMQ
celerybeat
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