[Python-modules-commits] [pytest] branch upstream updated (6713321	-> 094551e)
    Sebastian Ramacher 
    sramacher at moszumanska.debian.org
       
    Thu Jan 26 17:12:45 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
sramacher pushed a change to branch upstream
in repository pytest.
      from  6713321   Import pytest_3.0.5.orig.tar.gz
       new  094551e   Import pytest_3.0.6.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
 .gitattributes                                   |   1 +
 .gitignore                                       |  36 +++
 AUTHORS                                          |   3 +
 CHANGELOG.rst                                    | 345 +++++++++++++----------
 PKG-INFO                                         |   4 +-
 _pytest/__init__.py                              |   2 +-
 _pytest/cacheprovider.py                         |   0
 _pytest/compat.py                                |  21 +-
 _pytest/config.py                                |  82 ++++--
 _pytest/main.py                                  |  48 ++--
 _pytest/monkeypatch.py                           |   6 +-
 _pytest/pytester.py                              |   7 +-
 _pytest/recwarn.py                               |   5 +-
 _pytest/skipping.py                              |   2 +-
 doc/en/announce/index.rst                        |   1 +
 doc/en/announce/release-2.0.2.rst                |   4 +-
 doc/en/announce/release-2.0.3.rst                |   4 +-
 doc/en/announce/release-2.2.1.rst                |   2 +-
 doc/en/announce/release-2.2.4.rst                |   2 +-
 doc/en/announce/release-2.3.0.rst                |   4 +-
 doc/en/announce/release-2.3.2.rst                |   2 +-
 doc/en/announce/release-2.3.3.rst                |   6 +-
 doc/en/announce/release-2.3.5.rst                |   8 +-
 doc/en/announce/release-2.4.0.rst                |   4 +-
 doc/en/announce/release-2.5.0.rst                |   4 +-
 doc/en/announce/release-2.5.2.rst                |   2 +-
 doc/en/announce/release-2.6.3.rst                |   2 +-
 doc/en/announce/release-2.7.1.rst                |   2 +-
 doc/en/announce/release-2.9.2.rst                |   2 +-
 doc/en/announce/release-3.0.6.rst                |  33 +++
 doc/en/assert.rst                                |  53 +---
 doc/en/cache.rst                                 |   8 +-
 doc/en/capture.rst                               |   2 +-
 doc/en/conf.py                                   |   2 +-
 doc/en/doctest.rst                               |   2 +-
 doc/en/example/markers.rst                       |  50 ++--
 doc/en/example/nonpython.rst                     |   6 +-
 doc/en/example/parametrize.rst                   |  20 +-
 doc/en/example/pythoncollection.rst              |   8 +-
 doc/en/example/reportingdemo.rst                 |   2 +-
 doc/en/example/simple.rst                        |  28 +-
 doc/en/faq.rst                                   |   8 -
 doc/en/fixture.rst                               |  19 +-
 doc/en/funcarg_compare.rst                       |   2 +-
 doc/en/getting-started.rst                       |   4 +-
 doc/en/goodpractices.rst                         |   2 +-
 doc/en/index.rst                                 |   2 +-
 doc/en/monkeypatch.rst                           |   4 +-
 doc/en/parametrize.rst                           |   4 +-
 doc/en/{parametrize.rst => parametrize.rst.orig} |  26 +-
 doc/en/projects.rst                              |   2 +-
 doc/en/skipping.rst                              |   4 +-
 doc/en/test/plugin/xdist.rst                     |   2 +-
 doc/en/tmpdir.rst                                |   2 +-
 doc/en/unittest.rst                              |   2 +-
 doc/en/usage.rst                                 |   8 +-
 doc/en/writing_plugins.rst                       |   6 +-
 pytest.egg-info/PKG-INFO                         |   4 +-
 pytest.egg-info/SOURCES.txt                      |   6 +
 pytest.egg-info/requires.txt                     |   1 +
 setup.cfg                                        |   4 +-
 setup.py                                         |   3 +-
 testing/python/{metafunc.py => metafunc.py.orig} | 141 ++++++---
 testing/test_assertion.py                        |  17 ++
 testing/test_assertrewrite.py                    |  18 +-
 testing/test_cache.py                            |   0
 testing/test_compat.py                           |  50 ++++
 testing/test_config.py                           |  38 +++
 testing/test_doctest.py                          |   8 +-
 testing/test_monkeypatch.py                      |  14 +-
 testing/test_pytester.py                         |   7 +
 testing/test_recwarn.py                          |  33 ++-
 tox.ini                                          |   7 +-
 73 files changed, 835 insertions(+), 438 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 mode change 100644 => 100755 _pytest/cacheprovider.py
 create mode 100644 doc/en/announce/release-3.0.6.rst
 copy doc/en/{parametrize.rst => parametrize.rst.orig} (90%)
 copy testing/python/{metafunc.py => metafunc.py.orig} (90%)
 mode change 100644 => 100755 testing/test_cache.py
 create mode 100644 testing/test_compat.py
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git
    
    
More information about the Python-modules-commits
mailing list