Skip to content

Commit

Permalink
Fixed example in instructions for running tests.
Browse files Browse the repository at this point in the history
Fix #5394

Signed-off-by: Madeline Stager <stager.madeline@gmail.com>
  • Loading branch information
summergirl21 committed Nov 22, 2017
1 parent ed841e2 commit 0840a7f
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 @@ -64,8 +64,8 @@ you can specify a test directory, file, module, class or method:

$ script/test/default tests/unit
$ script/test/default tests/unit/cli_test.py
$ script/test/default tests/unit/config_test.py::ConfigTest
$ script/test/default tests/unit/config_test.py::ConfigTest::test_load
$ script/test/default tests/unit/config/config_test.py::ConfigTest
$ script/test/default tests/unit/config/config_test.py::ConfigTest::test_load

## Finding things to work on

Expand Down

0 comments on commit 0840a7f

Please sign in to comment.