Skip to content

Commit f91990c

Browse files
fixup! add concrete example for single test
1 parent 7b1527f commit f91990c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@ This is useful if you do not test against all required dependency versions.
205205
python -m pytest pytorch_lightning tests pl_examples -v --flake8
206206
```
207207

208+
You can also run a single test as follows:
209+
210+
```bash
211+
python -m pytest -v ./tests/trainer/test_trainer_cli.py::test_default_args
212+
```
213+
208214
### Pull Request
209215

210216
We welcome any useful contribution! For your convenience here's a recommended workflow:

0 commit comments

Comments
 (0)