Skip to content

Commit 229c537

Browse files
authored
Update pytest examples for contributors (#10478)
1 parent 79ad0a3 commit 229c537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ Finally, you can also run a specific test or group of tests using [`pytest`](htt
170170

171171
```sh
172172
# run all unit tests in a file
173-
python3 -m pytest tests/unit/test_base_column.py
173+
python3 -m pytest tests/unit/test_invocation_id.py
174174
# run a specific unit test
175-
python3 -m pytest tests/unit/test_base_column.py::TestNumericType::test__numeric_type
175+
python3 -m pytest tests/unit/test_invocation_id.py::TestInvocationId::test_invocation_id
176176
# run specific Postgres functional tests
177177
python3 -m pytest tests/functional/sources
178178
```

0 commit comments

Comments
 (0)