Skip to content

Commit b2f8b4c

Browse files
Add another example to contributor guide
1 parent 832bac6 commit b2f8b4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ Tests w/out external APIs:
8787
poetry run test-verbose
8888
```
8989

90+
Run a test on a specific file:
91+
```bash
92+
poetry run test-verbose tests/unit/test_fields.py
93+
```
94+
9095
### Documentation
9196
Docs are served from the `docs/` directory.
9297

0 commit comments

Comments
 (0)