Skip to content

Commit d29e0eb

Browse files
authored
autotest/README.md: more tips [ci skip]
1 parent ce8307f commit d29e0eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autotest/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ pytest gcore/
2727

2828
# run a particular module only
2929
pytest gcore/basic_test.py
30+
31+
# run a particular test case in a module
32+
pytest gcore/basic_test.py::test_basic_test_1
3033
```
3134

35+
Full documentation of pytest at https://docs.pytest.org/en/latest/
3236

3337
## GDAL's tests are not independent
3438

0 commit comments

Comments
 (0)