NAL-i5K / genomics-workspace

Django website project for common sequence search tools.
http://genomics-workspace.readthedocs.io/
Other
17 stars 5 forks source link

Document of tests #48

Open hsiaoyi0504 opened 7 years ago

hsiaoyi0504 commented 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

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

hsiaoyi0504 commented 7 years ago

Lists of test cases: