[Python-modules-commits] [pytest] branch upstream updated (4258035 -> a1b7b4b)

Sebastian Ramacher sramacher at moszumanska.debian.org
Tue Nov 15 22:19:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

sramacher pushed a change to branch upstream
in repository pytest.

      from  4258035   Import pytest_3.0.3.orig.tar.gz
       new  a1b7b4b   Import pytest_3.0.4.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:
 AUTHORS                                            |  4 ++
 CHANGELOG.rst                                      | 61 ++++++++++++++++++++--
 PKG-INFO                                           |  2 +-
 _pytest/__init__.py                                |  2 +-
 _pytest/_code/code.py                              | 20 ++++---
 _pytest/assertion/rewrite.py                       |  7 ++-
 _pytest/compat.py                                  | 16 +++++-
 _pytest/config.py                                  |  5 +-
 _pytest/helpconfig.py                              |  4 +-
 _pytest/junitxml.py                                |  6 ++-
 _pytest/pytester.py                                |  2 -
 _pytest/python.py                                  | 58 +++++++++++++-------
 _pytest/recwarn.py                                 |  7 ++-
 _pytest/terminal.py                                | 12 +++++
 _pytest/unittest.py                                |  3 ++
 doc/en/announce/index.rst                          |  1 +
 .../{release-3.0.3.rst => release-3.0.4.rst}       | 20 +++----
 doc/en/assert.rst                                  |  4 +-
 doc/en/cache.rst                                   |  6 +--
 doc/en/capture.rst                                 |  2 +-
 doc/en/doctest.rst                                 |  2 +-
 doc/en/example/markers.rst                         | 28 +++++-----
 doc/en/example/nonpython.rst                       |  6 +--
 doc/en/example/parametrize.rst                     | 12 ++---
 doc/en/example/pythoncollection.rst                |  6 +--
 doc/en/example/reportingdemo.rst                   |  4 +-
 doc/en/example/simple.rst                          | 22 ++++----
 doc/en/fixture.rst                                 | 16 +++---
 doc/en/getting-started.rst                         |  4 +-
 doc/en/goodpractices.rst                           |  3 +-
 doc/en/index.rst                                   |  2 +-
 doc/en/monkeypatch.rst                             |  8 +++
 doc/en/parametrize.rst                             |  4 +-
 doc/en/skipping.rst                                |  2 +-
 doc/en/talks.rst                                   |  2 +-
 doc/en/tmpdir.rst                                  |  2 +-
 doc/en/unittest.rst                                |  2 +-
 doc/en/usage.rst                                   |  4 --
 pytest.egg-info/PKG-INFO                           |  2 +-
 pytest.egg-info/SOURCES.txt                        |  1 +
 pytest.egg-info/entry_points.txt                   |  2 +-
 pytest.egg-info/requires.txt                       |  6 +--
 testing/acceptance_test.py                         |  2 +-
 testing/code/test_excinfo.py                       | 44 ++++++++++++++++
 testing/python/collect.py                          | 35 ++++++++++++-
 testing/python/raises.py                           | 30 +++++++++++
 testing/test_assertion.py                          | 31 +++++++++++
 testing/test_assertrewrite.py                      | 16 ++++++
 testing/test_collection.py                         | 11 ----
 testing/test_junitxml.py                           | 24 +++++++++
 testing/test_parseopt.py                           | 14 ++++-
 testing/test_pdb.py                                | 47 ++++++++---------
 testing/test_pluginmanager.py                      | 12 +++--
 testing/test_skipping.py                           |  2 +-
 testing/test_terminal.py                           | 27 +++++++++-
 testing/test_unittest.py                           | 23 ++++++++
 tox.ini                                            | 28 ++++++----
 57 files changed, 552 insertions(+), 176 deletions(-)
 copy doc/en/announce/{release-3.0.3.rst => release-3.0.4.rst} (66%)

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