Skip to content
Snippets Groups Projects
Commit 4d2e8a14 authored by Qinusty's avatar Qinusty
Browse files

HACKING.rst: Add running a single test example

parent 592c9061
No related branches found
No related tags found
1 merge request!597HACKING.rst: Add running a single test example
Pipeline #27027352 passed
......@@ -470,6 +470,11 @@ the frontend tests you can do::
./setup.py test --addopts '-k tests/frontend/'
Specific tests can be chosen by using the :: delimeter after the test module.
If you wanted to run the test_build_track test within frontend/buildtrack.py you could do::
./setup.py test --adopts '-k tests/frontend/buildtrack.py::test_build_track'
We also have a set of slow integration tests that are disabled by
default - you will notice most of them marked with SKIP in the pytest
output. To run them, you can use::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment