Skip to content

Commit 41c37ae

Browse files
Add some extra information to help set up local pytest calls (#240)
* Add some extra information to help set up local pytest calls * Revert bullet point style change
1 parent 8397337 commit 41c37ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ pytest pins -m 'not fs_rsc'
4949

5050
# run only local filesystem backend tests
5151
pytest pins -m 'fs_file'
52+
53+
# run all tests except those for S3 and GCS
54+
pytest pins -m 'not fs_s3 and not fs_gcs'
55+
56+
# run all tests except those using data on GitHub
57+
# n.b. doctests cannot have marks https://github.com/pytest-dev/pytest/issues/5794
58+
pytest pins -m 'not skip_on_github' -k 'not pins.boards.BoardManual'
5259
```
5360

5461
There are two important details to note for testing:

0 commit comments

Comments
 (0)