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 9577cab commit 11269a8Copy full SHA for 11269a8
README.md
@@ -74,7 +74,7 @@ nosetests tests.test_event:EventTest
74
To run a single test you can use the following command:
75
76
```
77
-nosetests tests.<file_name_without_extension>:ClassName:test_name
+nosetests tests.<file_name_without_extension>:ClassName.test_name
78
79
80
For example, to run `test_event.EventTest.test_dispatch`, the command would be:
0 commit comments