[Python-modules-commits] [pytest] branch upstream updated (da7f16c -> bc9cf59)

Sebastian Ramacher sramacher at moszumanska.debian.org
Wed Aug 24 17:30:12 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  da7f16c   Import pytest_3.0.0.orig.tar.gz
       new  bc9cf59   Import pytest_3.0.1.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                             |   3 +-
 CHANGELOG.rst                       |  44 ++++++---
 HOWTORELEASE.rst                    |  85 +++++++++++++++++
 MANIFEST.in                         |   4 +-
 PKG-INFO                            |   2 +-
 _pytest/__init__.py                 |   2 +-
 _pytest/main.py                     |   2 +-
 _pytest/mark.py                     |  15 +++
 _pytest/python.py                   |  75 +++++++++------
 _pytest/runner.py                   |  17 +++-
 doc/en/announce/index.rst           |   2 +
 doc/en/announce/release-2.6.3.rst   |   2 +-
 doc/en/announce/release-3.0.0.rst   |   4 +-
 doc/en/announce/release-3.0.1.rst   |  26 +++++
 doc/en/assert.rst                   |   4 +-
 doc/en/cache.rst                    |   6 +-
 doc/en/capture.rst                  |   2 +-
 doc/en/customize.rst                |  10 ++
 doc/en/doctest.rst                  |   2 +-
 doc/en/example/layout1/setup.cfg    |   4 -
 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                  |  10 +-
 doc/en/getting-started.rst          |   4 +-
 doc/en/parametrize.rst              |   4 +-
 doc/en/skipping.rst                 |   2 +-
 doc/en/tmpdir.rst                   |   2 +-
 doc/en/unittest.rst                 |   2 +-
 doc/en/writing_plugins.rst          |   2 +-
 pytest.egg-info/PKG-INFO            |   2 +-
 pytest.egg-info/SOURCES.txt         |   3 +-
 setup.cfg                           |   2 +-
 testing/acceptance_test.py          |  18 ++++
 testing/python/metafunc.py          | 183 ++++++++++++++++++++++++++++--------
 testing/test_runner.py              |  13 +++
 testing/test_skipping.py            |   2 +-
 tox.ini                             |   2 +-
 41 files changed, 476 insertions(+), 164 deletions(-)
 create mode 100644 HOWTORELEASE.rst
 create mode 100644 doc/en/announce/release-3.0.1.rst
 delete mode 100644 doc/en/example/layout1/setup.cfg

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