From 3bfa0cd8c80574f0ad86616f710f90537c234cd6 Mon Sep 17 00:00:00 2001 From: Sam Splunks <72095718+samsplunks@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:58:15 +0000 Subject: [PATCH] Documen,ting testing a single file set of tests --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index caa1d400..05dc5489 100644 --- a/README.rst +++ b/README.rst @@ -104,6 +104,9 @@ From the command line you can run the tests using: `make test` 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 --------------------------------