summaryrefslogtreecommitdiff
path: root/nosetests.1
diff options
context:
space:
mode:
Diffstat (limited to 'nosetests.1')
-rw-r--r--nosetests.12
1 files changed, 1 insertions, 1 deletions
diff --git a/nosetests.1 b/nosetests.1
index f1a0c44..cddb6e3 100644
--- a/nosetests.1
+++ b/nosetests.1
@@ -236,7 +236,7 @@ Look for tests in this directory under Python 3.x. Functions the same as \(aqwhe
.INDENT 0.0
.TP
.B \-m=REGEX, \-\-match=REGEX, \-\-testmatch=REGEX
-Files, directories, function names, and class names that match this regular expression are considered tests. Default: (?:^|[b_./\-])[Tt]est [NOSE_TESTMATCH]
+Files, directories, function names, and class names that match this regular expression are considered tests. Default: (?:\eb|_)[Tt]est [NOSE_TESTMATCH]
.UNINDENT
.INDENT 0.0
.TP