We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bee7d5 commit e98d244Copy full SHA for e98d244
CONTRIBUTING.md
@@ -57,12 +57,12 @@ To run a single test, or group of tests in a class:
57
just test <path_to_tests_file>::ClassName::FunctionName
58
```
59
60
-For instance to run all tests in TestDjangoEnums, and then just the
61
-test_properties_and_symmetry test you would do:
+For instance to run all tests in ExampleTests, and then just the
+test_color example test you would do:
62
63
```console
64
- just test tests/tests.py::TestDjangoEnums
65
- just test tests/tests.py::TestDjangoEnums::test_properties_and_symmetry
+ just test tests/test_examples.py::ExampleTests
+ just test tests/test_examples.py::ExampleTests::test_color
66
67
68
## RDBMS
0 commit comments