Skip to content

Commit f7c085e

Browse files
TimKnight-DWPnejch
authored andcommitted
docs: how to run smoke tests
Signed-off-by: Tim Knight <tim.knight1@engineering.digital.dwp.gov.uk>
1 parent 7599d83 commit f7c085e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.rst

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ You need to install ``tox`` (``pip3 install tox``) to run tests and lint checks
7575
# run unit tests in one python environment only (useful for quick testing during development):
7676
tox -e py311
7777
78+
# run unit and smoke tests in one python environment only
79+
tox -e py312,smoke
80+
7881
# build the documentation - the result will be generated in build/sphinx/html/:
7982
tox -e docs
8083

0 commit comments

Comments
 (0)