[Pytest-commit] commit/pytest: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 3 16:48:03 CEST 2014


2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/a1b12df8a9e9/
Changeset:   a1b12df8a9e9
Branch:      fix_norecursedirs_doc_typos
User:        Marc Abramowitz
Date:        2014-07-03 16:36:07
Summary:     doc/en/customize.txt: Fix norecursedirs typo

and update documented default to match current default.
Affected #:  1 file

diff -r 0457bfb8ce8f2cf0f8481142122fa634726dbdfc -r a1b12df8a9e915a9417c8c03fe45eca755864934 doc/en/customize.txt
--- a/doc/en/customize.txt
+++ b/doc/en/customize.txt
@@ -97,7 +97,7 @@
         [seq]   matches any character in seq
         [!seq]  matches any char not in seq
 
-   Default patterns are ``.* _darcs CVS {args}``. Setting a ``norecursedir``
+   Default patterns are ``'.*', 'CVS', '_darcs', '{arch}'``. Setting a ``norecursedirs``
    replaces the default.  Here is an example of how to avoid
    certain directories::
 


https://bitbucket.org/hpk42/pytest/commits/a62c6c8a3811/
Changeset:   a62c6c8a3811
User:        hpk42
Date:        2014-07-03 16:47:58
Summary:     Merged in msabramo/pytest/fix_norecursedirs_doc_typos (pull request #176)

doc/en/customize.txt: Fix norecursedirs typo
Affected #:  1 file

diff -r 8a72cc33da81fea3542e3b69c3371a7b12de9e67 -r a62c6c8a3811f278c318acde89fde8fab59e6936 doc/en/customize.txt
--- a/doc/en/customize.txt
+++ b/doc/en/customize.txt
@@ -97,7 +97,7 @@
         [seq]   matches any character in seq
         [!seq]  matches any char not in seq
 
-   Default patterns are ``.* _darcs CVS {args}``. Setting a ``norecursedir``
+   Default patterns are ``'.*', 'CVS', '_darcs', '{arch}'``. Setting a ``norecursedirs``
    replaces the default.  Here is an example of how to avoid
    certain directories::

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list