[Python-modules-commits] [pytest] branch master updated (686fd5e -> ca1adf6)
Sebastian Ramacher
sramacher at moszumanska.debian.org
Wed Aug 24 17:30:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
sramacher pushed a change to branch master
in repository pytest.
from 686fd5e Finalize changelog
new 2c9681a Document recommended entry point to run tests during package build
new 271c076 record new upstream branch created by importing pytest_3.0.1.orig.tar.gz
new bc9cf59 Import pytest_3.0.1.orig.tar.gz
new 5a5967d Remove Google Analytics and Google+ javascript.
new c6b172b Use local intersphinx mappings
new a9d841b merge patched into master
new ca1adf6 Update changelog
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:
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 +++-
debian/.git-dpm | 14 +--
debian/README.Debian | 9 ++
debian/changelog | 8 ++
debian/patches/intersphinx.patch | 2 +-
debian/patches/remove_google_js | 2 +-
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 +-
46 files changed, 502 insertions(+), 173 deletions(-)
create mode 100644 HOWTORELEASE.rst
create mode 100644 debian/README.Debian
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