Skip to content

Commit 11269a8

Browse files
mauerbacalda-optimizely
authored andcommitted
typo - ClassName.test_name (#53)
1 parent 9577cab commit 11269a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ nosetests tests.test_event:EventTest
7474
To run a single test you can use the following command:
7575

7676
```
77-
nosetests tests.<file_name_without_extension>:ClassName:test_name
77+
nosetests tests.<file_name_without_extension>:ClassName.test_name
7878
```
7979

8080
For example, to run `test_event.EventTest.test_dispatch`, the command would be:

0 commit comments

Comments
 (0)