We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1527f commit f91990cCopy full SHA for f91990c
.github/CONTRIBUTING.md
@@ -205,6 +205,12 @@ This is useful if you do not test against all required dependency versions.
205
python -m pytest pytorch_lightning tests pl_examples -v --flake8
206
```
207
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
214
### Pull Request
215
216
We welcome any useful contribution! For your convenience here's a recommended workflow:
0 commit comments