[Python-modules-commits] [pytest] branch upstream updated (094551e -> 7ffbaa4)

Sebastian Ramacher sramacher at moszumanska.debian.org
Tue Mar 21 20:52:30 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  094551e   Import pytest_3.0.6.orig.tar.gz
       new  7ffbaa4   Import pytest_3.0.7.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                                            |    9 +-
 CHANGELOG.rst                                      |   65 +-
 PKG-INFO                                           |    3 +-
 _pytest/__init__.py                                |    2 +-
 _pytest/_code/code.py                              |    6 +-
 _pytest/assertion/rewrite.py                       |    3 +-
 _pytest/cacheprovider.py                           |    2 +-
 _pytest/config.py                                  |   19 +-
 _pytest/fixtures.py                                |    7 +-
 _pytest/hookspec.py                                |   13 +-
 _pytest/junitxml.py                                |    9 +-
 _pytest/main.py                                    |    2 +-
 _pytest/mark.py                                    |    2 +-
 _pytest/pytester.py                                |    8 +-
 _pytest/python.py                                  |    4 +-
 _pytest/skipping.py                                |    5 +-
 _pytest/terminal.py                                |    4 +-
 _pytest/tmpdir.py                                  |    2 +-
 _pytest/unittest.py                                |   24 +-
 doc/en/announce/index.rst                          |    1 +
 .../{release-3.0.6.rst => release-3.0.7.rst}       |   34 +-
 doc/en/assert.rst                                  |   12 +-
 doc/en/cache.rst                                   |   16 +-
 doc/en/capture.rst                                 |    4 +-
 doc/en/doctest.rst                                 |    2 +-
 doc/en/example/markers.rst                         |   56 +-
 doc/en/example/nonpython.rst                       |   12 +-
 doc/en/example/parametrize.rst                     |   32 +-
 doc/en/example/pythoncollection.rst                |    6 +-
 doc/en/example/reportingdemo.rst                   |   32 +-
 doc/en/example/simple.rst                          |   44 +-
 doc/en/fixture.rst                                 |   53 +-
 doc/en/getting-started.rst                         |    8 +-
 doc/en/index.rst                                   |    4 +-
 doc/en/parametrize.rst                             |   12 +-
 doc/en/parametrize.rst.orig                        |  238 ----
 doc/en/skipping.rst                                |    4 +-
 doc/en/talks.rst                                   |    4 +-
 doc/en/tmpdir.rst                                  |    4 +-
 doc/en/unittest.rst                                |   21 +-
 doc/en/writing_plugins.rst                         |   25 +-
 pytest.egg-info/PKG-INFO                           |    3 +-
 pytest.egg-info/SOURCES.txt                        |    5 +-
 setup.cfg                                          |    1 +
 setup.py                                           |    2 +-
 testing/python/collect.py                          |   10 +
 testing/python/metafunc.py.orig                    | 1494 --------------------
 testing/test_assertion.py                          |   21 +-
 testing/test_assertrewrite.py                      |    2 +-
 testing/test_capture.py                            |    2 +-
 testing/test_config.py                             |   17 +-
 testing/test_junitxml.py                           |   19 +
 testing/test_pdb.py                                |   15 +
 testing/test_session.py                            |    2 +-
 testing/test_skipping.py                           |   23 +
 testing/test_terminal.py                           |    9 +
 tox.ini                                            |    3 +-
 59 files changed, 464 insertions(+), 2014 deletions(-)
 delete mode 100644 .gitattributes
 delete mode 100644 .gitignore
 copy doc/en/announce/{release-3.0.6.rst => release-3.0.7.rst} (53%)
 delete mode 100644 doc/en/parametrize.rst.orig
 delete mode 100644 testing/python/metafunc.py.orig

-- 
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