Commit 2d1f4872 authored by Tim Knight's avatar Tim Knight Committed by Nejc Habjan
Browse files

docs: how to run smoke tests

parent 06266ea5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ You need to install ``tox`` (``pip3 install tox``) to run tests and lint checks
   # run unit tests in one python environment only (useful for quick testing during development):
   tox -e py311

   # run unit and smoke tests in one python environment only
   tox -e py312,smoke

   # build the documentation - the result will be generated in build/sphinx/html/:
   tox -e docs