[Python-modules-commits] [pytest] branch upstream updated (a1b7b4b -> 6713321)
Sebastian Ramacher
sramacher at moszumanska.debian.org
Fri Dec 9 16:57:28 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 a1b7b4b Import pytest_3.0.4.orig.tar.gz
new 6713321 Import pytest_3.0.5.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 | 72 ++++++++++-
CONTRIBUTING.rst | 21 ++--
MANIFEST.in | 16 ++-
PKG-INFO | 21 ++--
README.rst | 18 +--
_pytest/__init__.py | 2 +-
_pytest/_argcomplete.py | 1 +
_pytest/_code/code.py | 2 +
_pytest/_code/source.py | 12 +-
_pytest/assertion/__init__.py | 4 +-
_pytest/assertion/rewrite.py | 17 ++-
_pytest/capture.py | 1 +
_pytest/config.py | 36 +++++-
_pytest/debugging.py | 2 +
_pytest/fixtures.py | 2 +
_pytest/helpconfig.py | 4 +-
_pytest/junitxml.py | 4 +
_pytest/main.py | 43 +++----
_pytest/mark.py | 2 +
_pytest/pastebin.py | 6 +
_pytest/pytester.py | 9 ++
_pytest/python.py | 16 +--
_pytest/runner.py | 7 ++
_pytest/setuponly.py | 4 +-
_pytest/skipping.py | 4 +
_pytest/tmpdir.py | 1 +
_pytest/unittest.py | 2 +
doc/en/announce/index.rst | 1 +
.../{release-3.0.2.rst => release-3.0.5.rst} | 21 ++--
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 | 13 +-
doc/en/getting-started.rst | 4 +-
doc/en/goodpractices.rst | 12 +-
doc/en/index.rst | 10 +-
doc/en/parametrize.rst | 4 +-
doc/en/recwarn.rst | 8 ++
doc/en/skipping.rst | 2 +-
doc/en/talks.rst | 3 +
doc/en/tmpdir.rst | 2 +-
doc/en/unittest.rst | 2 +-
plugin-test.sh | 20 ---
pytest.egg-info/PKG-INFO | 21 ++--
pytest.egg-info/SOURCES.txt | 7 +-
requirements-docs.txt | 3 -
runtox.py | 8 --
scripts/call-tox.bat | 8 ++
scripts/check-manifest.py | 21 ++++
scripts/install-pypy.bat | 6 +
setup.py | 1 +
testing/code/test_code.py | 5 +
testing/code/test_excinfo.py | 25 +++-
testing/python/approx.py | 40 ++++--
testing/python/collect.py | 6 +
testing/python/fixture.py | 10 ++
testing/python/integration.py | 10 ++
testing/python/metafunc.py | 12 ++
testing/test_assertion.py | 3 +
testing/test_assertrewrite.py | 138 +++++++++++++++++++++
testing/test_collection.py | 5 +
testing/test_config.py | 44 ++++++-
testing/test_conftest.py | 27 ++++
testing/test_junitxml.py | 16 +++
testing/test_mark.py | 21 +++-
testing/test_nose.py | 4 +
testing/test_parseopt.py | 5 +-
testing/test_pastebin.py | 2 +
testing/test_pdb.py | 2 +
testing/test_pluginmanager.py | 26 +++-
testing/test_pytester.py | 4 +
testing/test_runner.py | 10 ++
tox.ini | 18 ++-
81 files changed, 805 insertions(+), 230 deletions(-)
copy doc/en/announce/{release-3.0.2.rst => release-3.0.5.rst} (51%)
delete mode 100644 plugin-test.sh
delete mode 100644 requirements-docs.txt
delete mode 100644 runtox.py
create mode 100644 scripts/call-tox.bat
create mode 100644 scripts/check-manifest.py
create mode 100644 scripts/install-pypy.bat
--
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