summaryrefslogtreecommitdiff
path: root/nose/usage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nose/usage.txt')
-rw-r--r--nose/usage.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/nose/usage.txt b/nose/usage.txt
index 21ef5ce..bc96894 100644
--- a/nose/usage.txt
+++ b/nose/usage.txt
@@ -17,6 +17,11 @@ may use the assert keyword or raise AssertionErrors to indicate test
failure. TestCase subclasses may do the same or use the various
TestCase methods available.
+**It is important to note that the default behavior of nose is to
+not include tests from files which are executable.** To include
+tests from such files, remove their executable bit or use
+the --exe flag (see 'Options' section below).
+
Selecting Tests
---------------