Skip to content

Commit e98d244

Browse files
committed
fix contributing example test runs
1 parent 3bee7d5 commit e98d244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ To run a single test, or group of tests in a class:
5757
just test <path_to_tests_file>::ClassName::FunctionName
5858
```
5959

60-
For instance to run all tests in TestDjangoEnums, and then just the
61-
test_properties_and_symmetry test you would do:
60+
For instance to run all tests in ExampleTests, and then just the
61+
test_color example test you would do:
6262

6363
```console
64-
just test tests/tests.py::TestDjangoEnums
65-
just test tests/tests.py::TestDjangoEnums::test_properties_and_symmetry
64+
just test tests/test_examples.py::ExampleTests
65+
just test tests/test_examples.py::ExampleTests::test_color
6666
```
6767

6868
## RDBMS

0 commit comments

Comments
 (0)