[Python-modules-commits] [pytest] branch master updated (2809922 -> 898447e)
Sebastian Ramacher
sramacher at moszumanska.debian.org
Sun Aug 6 23:16:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
sramacher pushed a change to branch master
in repository pytest.
from 2809922 merge patched into master
new 42a6732 record new upstream branch created by importing pytest_3.2.0.orig.tar.gz
new a287af1 Import pytest_3.2.0.orig.tar.gz
new 37d0686 Remove Google Analytics and Google+ javascript.
new b3b9b9d Use local intersphinx mappings
new 35d32e7 Skip test under PyPy
new 6a9a2bc merge patched into master
new 898447e New upstream release
The 7 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:
.travis.yml | 11 +-
AUTHORS | 9 +
CHANGELOG.rst | 166 ++++++
CONTRIBUTING.rst | 73 ++-
PKG-INFO | 2 +-
_pytest/_argcomplete.py | 7 +-
_pytest/_code/_py2traceback.py | 5 +-
_pytest/_code/code.py | 71 ++-
_pytest/_code/source.py | 46 +-
_pytest/_version.py | 2 +-
_pytest/assertion/__init__.py | 1 -
_pytest/assertion/rewrite.py | 29 +-
_pytest/assertion/util.py | 26 +-
_pytest/cacheprovider.py | 59 +-
_pytest/capture.py | 34 +-
_pytest/compat.py | 32 +-
_pytest/config.py | 96 ++--
_pytest/debugging.py | 2 +-
_pytest/deprecated.py | 17 +-
_pytest/doctest.py | 38 +-
_pytest/fixtures.py | 91 +--
_pytest/freeze_support.py | 1 -
_pytest/helpconfig.py | 45 +-
_pytest/hookspec.py | 78 ++-
_pytest/impl | 254 ---------
_pytest/junitxml.py | 12 +-
_pytest/main.py | 112 ++--
_pytest/mark.py | 116 +++-
_pytest/monkeypatch.py | 6 +-
_pytest/nose.py | 5 +-
_pytest/outcomes.py | 140 +++++
_pytest/pastebin.py | 8 +-
_pytest/pytester.py | 92 +--
_pytest/python.py | 626 ++++-----------------
_pytest/python_api.py | 616 ++++++++++++++++++++
_pytest/recwarn.py | 7 +-
_pytest/resultlog.py | 13 +-
_pytest/runner.py | 206 +++----
_pytest/skipping.py | 74 ++-
_pytest/terminal.py | 75 +--
_pytest/tmpdir.py | 4 +-
_pytest/unittest.py | 10 +-
_pytest/warnings.py | 12 +-
appveyor.yml | 2 +
changelog/_template.rst | 3 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
debian/patches/0003-Skip-test-under-PyPy.patch | 6 +-
debian/patches/intersphinx.patch | 2 +-
debian/patches/remove_google_js | 2 +-
doc/en/_templates/globaltoc.html | 1 +
doc/en/announce/index.rst | 1 +
.../en/announce/release-3.2.0.rst | 27 +-
doc/en/builtin.rst | 28 +-
doc/en/cache.rst | 16 +-
doc/en/contact.rst | 5 +-
doc/en/contents.rst | 4 +-
doc/en/customize.rst | 72 ++-
doc/en/example/attic.rst | 2 +-
doc/en/example/index.rst | 4 +-
doc/en/example/markers.rst | 29 +-
doc/en/example/parametrize.rst | 6 +-
doc/en/example/reportingdemo.rst | 2 +-
doc/en/example/simple.rst | 43 +-
doc/en/fixture.rst | 16 +-
doc/en/getting-started.rst | 3 +-
doc/en/goodpractices.rst | 9 -
doc/en/historical-notes.rst | 177 ++++++
doc/en/nose.rst | 2 +-
doc/en/parametrize.rst | 35 +-
doc/en/pythonpath.rst | 71 +++
doc/en/setup.rst | 10 -
doc/en/skipping.rst | 61 --
doc/en/unittest.rst | 16 +-
doc/en/usage.rst | 96 ++--
doc/en/warnings.rst | 34 ++
doc/en/writing_plugins.rst | 124 +++-
pytest.egg-info/PKG-INFO | 2 +-
pytest.egg-info/SOURCES.txt | 8 +-
pytest.egg-info/requires.txt | 1 +
pytest.py | 6 +-
setup.py | 3 +-
testing/acceptance_test.py | 24 +-
testing/code/test_code.py | 24 +-
testing/code/test_excinfo.py | 152 +++--
testing/code/test_source.py | 91 +--
testing/code/test_source_multiline_block.py | 26 +
testing/deprecated_test.py | 4 +
testing/freeze/create_executable.py | 1 -
testing/freeze/runtests_script.py | 2 +-
testing/freeze/tests/test_trivial.py | 3 +-
testing/freeze/tox_run.py | 2 +-
testing/python/approx.py | 292 ++++++----
testing/python/collect.py | 57 +-
testing/python/fixture.py | 174 ++++--
testing/python/integration.py | 8 +-
testing/python/metafunc.py | 165 +++---
testing/python/raises.py | 1 -
testing/python/setup_only.py | 2 +-
testing/test_argcomplete.py | 29 +-
testing/test_assertion.py | 65 ++-
testing/test_assertrewrite.py | 42 +-
testing/test_cache.py | 202 ++++++-
testing/test_capture.py | 62 +-
testing/test_collection.py | 79 ++-
testing/test_config.py | 20 +-
testing/test_conftest.py | 81 +--
testing/test_doctest.py | 36 +-
testing/test_helpconfig.py | 9 +-
testing/test_junitxml.py | 4 +-
testing/test_mark.py | 74 ++-
testing/test_monkeypatch.py | 3 +-
testing/test_nose.py | 10 +
testing/test_parseopt.py | 29 +-
testing/test_pastebin.py | 7 +-
testing/test_pdb.py | 16 +-
testing/test_pluginmanager.py | 12 +-
testing/test_pytester.py | 4 +
testing/test_recwarn.py | 35 +-
testing/test_resultlog.py | 20 +-
testing/test_runner.py | 137 +++--
testing/test_runner_xunit.py | 14 +-
testing/test_session.py | 24 +-
testing/test_skipping.py | 29 +-
testing/test_terminal.py | 72 ++-
testing/test_tmpdir.py | 5 +
testing/test_unittest.py | 144 ++---
testing/test_warnings.py | 39 +-
tox.ini | 223 ++++----
129 files changed, 4345 insertions(+), 2487 deletions(-)
delete mode 100644 _pytest/impl
create mode 100644 _pytest/outcomes.py
create mode 100644 _pytest/python_api.py
copy tasks/release.minor.rst => doc/en/announce/release-3.2.0.rst (57%)
create mode 100644 doc/en/historical-notes.rst
create mode 100644 doc/en/pythonpath.rst
delete mode 100644 doc/en/setup.rst
create mode 100644 testing/code/test_source_multiline_block.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