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 3cd878c commit 90d5500Copy full SHA for 90d5500
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