diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-03-21 21:40:07 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-03-21 21:40:07 -0400 |
| commit | 8cb2411f3ed6db02f7a7dd60883c8dd698b5a69f (patch) | |
| tree | 25fbf9dd1a32ae0ecefa84af8d9ee2c077b31848 /doc/source.rst | |
| parent | dbb18122b857053130a1bc6e39bfcd4445abec53 (diff) | |
| download | python-coveragepy-git-8cb2411f3ed6db02f7a7dd60883c8dd698b5a69f.tar.gz | |
--omit and --include now interpret their values more usefully. Fixes #121.
Diffstat (limited to 'doc/source.rst')
| -rw-r--r-- | doc/source.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source.rst b/doc/source.rst index 3f0a1566..8700bcb7 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -43,9 +43,8 @@ the set. The ``include`` and ``omit`` filename patterns follow typical shell syntax: ``*`` matches any number of characters and ``?`` matches a single character. -The full semantics are specified in the `fnmatch docs`_. - -.. _fnmatch docs: http://docs.python.org/library/fnmatch.html +Patterns that start with a wildcard character are used as-is, other patterns +are interpreted relative to the current directory. The ``source``, ``include``, and ``omit`` values all work together to determine the source that will be measured. |
