Skip to content

Commit

Permalink
Add some extra information to help set up local pytest calls (#240)
Browse files Browse the repository at this point in the history
* Add some extra information to help set up local pytest calls

* Revert bullet point style change
  • Loading branch information
nathanjmcdougall authored Jul 16, 2024
1 parent 8397337 commit 41c37ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ pytest pins -m 'not fs_rsc'

# run only local filesystem backend tests
pytest pins -m 'fs_file'

# run all tests except those for S3 and GCS
pytest pins -m 'not fs_s3 and not fs_gcs'

# run all tests except those using data on GitHub
# n.b. doctests cannot have marks https://github.com/pytest-dev/pytest/issues/5794
pytest pins -m 'not skip_on_github' -k 'not pins.boards.BoardManual'
```

There are two important details to note for testing:
Expand Down

0 comments on commit 41c37ae

Please sign in to comment.