Skip to content

Commit af0d328

Browse files
authored
Add subset of tests to testing docs (#9817)
* Add subset of tests to testing docs * Fix lint
1 parent ed16833 commit af0d328

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/dev/tests.rst

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ To target a specific environment:
4848

4949
tox -e py310
5050

51+
To run a subset of tests:
52+
53+
.. prompt:: bash
54+
55+
tox -e py310 -- -k test_celery
56+
5157
The ``tox`` configuration has the following environments configured. You can
5258
target a single environment to limit the test suite:
5359

0 commit comments

Comments
 (0)