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 77cd145 commit fb4a919Copy full SHA for fb4a919
doc/finding_tests.rst
@@ -10,7 +10,7 @@ nose, by default, follows a few simple rules for test discovery.
10
module that looks like a test.
11
12
* Files with the executable bit set are ignored by default under Unix-style
13
- operating systems--sse ``--exe`` to allow collection from them, but be careful
+ operating systems--use ``--exe`` to allow collection from them, but be careful
14
that is safe to do so. Under Windows, executable files will be picked up by
15
default since there is no executable bit to test.
16
0 commit comments