Skip to content

Commit

Permalink
Update pytest examples for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Jul 23, 2024
1 parent 79ad0a3 commit dccdf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ Finally, you can also run a specific test or group of tests using [`pytest`](htt

```sh
# run all unit tests in a file
python3 -m pytest tests/unit/test_base_column.py
python3 -m pytest tests/unit/test_invocation_id.py
# run a specific unit test
python3 -m pytest tests/unit/test_base_column.py::TestNumericType::test__numeric_type
python3 -m pytest tests/unit/test_invocation_id.py::TestInvocationId::test_invocation_id
# run specific Postgres functional tests
python3 -m pytest tests/functional/sources
```
Expand Down

0 comments on commit dccdf23

Please sign in to comment.