[Python-modules-commits] [pytest] branch upstream updated (486160d -> 25454da)
Sebastian Ramacher
sramacher at moszumanska.debian.org
Thu Jun 2 20:03:55 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 486160d Import pytest_2.9.1.orig.tar.gz
new 25454da Import pytest_2.9.2.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 | 67 ++++++++++++++++++-----
PKG-INFO | 2 +-
_pytest/__init__.py | 2 +-
_pytest/_code/code.py | 22 +++++---
_pytest/cacheprovider.py | 0
_pytest/config.py | 2 +-
_pytest/genscript.py | 0
_pytest/junitxml.py | 2 +-
_pytest/mark.py | 2 +-
_pytest/python.py | 34 ++++++------
_pytest/skipping.py | 23 +++++---
_pytest/standalonetemplate.py | 0
doc/en/_getdoctarget.py | 0
doc/en/announce/index.rst | 3 +-
doc/en/announce/release-2.9.0.rst | 4 +-
doc/en/announce/release-2.9.2.rst | 73 +++++++++++++++++++++++++
doc/en/assert.rst | 6 +--
doc/en/bash-completion.rst | 2 +-
doc/en/cache.rst | 6 +--
doc/en/capture.rst | 2 +-
doc/en/doctest.rst | 2 +-
doc/en/example/markers.rst | 36 +++++++------
doc/en/example/nonpython.rst | 12 ++---
doc/en/example/parametrize.rst | 19 +++----
doc/en/example/pythoncollection.rst | 52 ++++++++++--------
doc/en/example/reportingdemo.rst | 10 ++--
doc/en/example/simple.rst | 30 +++++------
doc/en/fixture.rst | 103 ++++++++++++++++++++++++------------
doc/en/getting-started.rst | 4 +-
doc/en/goodpractices.rst | 4 +-
doc/en/links.inc | 4 +-
doc/en/nose.rst | 2 +-
doc/en/parametrize.rst | 6 +--
doc/en/plugins.rst | 2 +-
doc/en/projects.rst | 2 +-
doc/en/skipping.rst | 2 +-
doc/en/test/attic.rst | 2 +-
doc/en/test/plugin/helpconfig.rst | 2 +-
doc/en/test/plugin/terminal.rst | 2 +-
doc/en/tmpdir.rst | 2 +-
doc/en/unittest.rst | 2 +-
doc/en/usage.rst | 12 ++++-
doc/en/writing_plugins.rst | 15 ++++--
extra/get_issues.py | 70 +++++++++++++-----------
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 +--
setup.py | 2 +-
testing/acceptance_test.py | 5 ++
testing/code/test_excinfo.py | 18 ++++++-
testing/python/fixture.py | 32 +++++++++++
testing/python/metafunc.py | 7 +++
testing/test_cache.py | 0
testing/test_config.py | 12 ++++-
testing/test_junitxml.py | 8 +--
testing/test_skipping.py | 28 +++++++++-
tox.ini | 7 +--
59 files changed, 546 insertions(+), 237 deletions(-)
mode change 100644 => 100755 _pytest/cacheprovider.py
mode change 100644 => 100755 _pytest/genscript.py
mode change 100644 => 100755 _pytest/standalonetemplate.py
mode change 100644 => 100755 doc/en/_getdoctarget.py
create mode 100644 doc/en/announce/release-2.9.2.rst
mode change 100644 => 100755 testing/test_cache.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