mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
Documen,ting testing a single file set of tests
This commit is contained in:
parent
ed321159fe
commit
3bfa0cd8c8
@ -104,6 +104,9 @@ From the command line you can run the tests using: `make test`
|
|||||||
|
|
||||||
See `quicktest.py` for usage details.
|
See `quicktest.py` for usage details.
|
||||||
|
|
||||||
|
If you need to create tests for new features, add your tests in a test file to the `tests` module and call them in the test VENV with::
|
||||||
|
python quicktest.py helpdesk.tests.test_my_new_features -v 2
|
||||||
|
|
||||||
Upgrading from previous versions
|
Upgrading from previous versions
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user