[Python-modules-commits] [pytest] branch master updated (a1e4701 -> f5c8996)

Sebastian Ramacher sramacher at moszumanska.debian.org
Sat Sep 3 09:19:26 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  a1e4701   Finalize changelog
       new  696c89a   record new upstream branch created by importing pytest_3.0.2.orig.tar.gz
       new  20e0c86   Import pytest_3.0.2.orig.tar.gz
       new  bba1d97   Remove Google Analytics and Google+ javascript.
       new  c4d44c8   Use local intersphinx mappings
       new  194b818   merge patched into master
       new  f5c8996   New upstream release

The 6 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                                  |  40 +++++
 PKG-INFO                                       |   7 +-
 README.rst                                     |   5 +-
 _pytest/__init__.py                            |   2 +-
 _pytest/_code/code.py                          |   2 +-
 _pytest/assertion/__init__.py                  |   6 +
 _pytest/capture.py                             |   7 +
 _pytest/config.py                              |   2 +
 _pytest/debugging.py                           |   2 +-
 _pytest/doctest.py                             |   2 +-
 _pytest/python.py                              |  39 ++---
 _pytest/unittest.py                            |   7 +-
 debian/.git-dpm                                |  14 +-
 debian/changelog                               |   6 +
 debian/patches/intersphinx.patch               |   4 +-
 debian/patches/remove_google_js                |   2 +-
 doc/en/adopt.rst                               |   4 +
 doc/en/announce/index.rst                      |   5 +-
 doc/en/announce/release-2.9.1.rst              |   2 +
 doc/en/announce/release-2.9.2.rst              |   7 +-
 doc/en/announce/release-3.0.2.rst              |  26 ++++
 doc/en/announce/sprint2016.rst                 |   2 -
 doc/en/assert.rst                              |   5 +-
 doc/en/builtin.rst                             |   4 +-
 doc/en/cache.rst                               |  10 +-
 doc/en/capture.rst                             |   2 +-
 doc/en/conf.py                                 |   4 +-
 doc/en/contents.rst                            |  29 +++-
 doc/en/doctest.rst                             |   3 +-
 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               |   8 +-
 doc/en/example/simple.rst                      | 122 ++++++++++-----
 doc/en/feedback.rst                            |   8 -
 doc/en/fixture.rst                             |  10 +-
 doc/en/funcarg_compare.rst                     |   1 +
 doc/en/getting-started.rst                     |  12 +-
 doc/en/index.rst                               | 141 +++++++++++-------
 doc/en/monkeypatch.rst                         |  21 ---
 doc/en/nose.rst                                |   2 +
 doc/en/overview.rst                            |  13 --
 doc/en/parametrize.rst                         |   5 +-
 doc/en/plugins.rst                             |   4 +-
 doc/en/proposals/parametrize_with_fixtures.rst |   2 +
 doc/en/recwarn.rst                             |   1 +
 doc/en/skipping.rst                            |   2 +-
 doc/en/status.rst                              |   5 -
 doc/en/tmpdir.rst                              |   2 +-
 doc/en/unittest.rst                            |  10 +-
 doc/en/writing_plugins.rst                     |   6 +-
 doc/en/xdist.rst                               | 197 -------------------------
 doc/en/yieldfixture.rst                        |   2 +
 pytest.egg-info/PKG-INFO                       |   7 +-
 pytest.egg-info/SOURCES.txt                    |   5 +-
 pytest.egg-info/requires.txt                   |   8 +-
 setup.cfg                                      |   4 +-
 testing/python/metafunc.py                     |  12 ++
 testing/test_assertion.py                      |  38 +++++
 testing/test_capture.py                        |  22 +++
 testing/test_pdb.py                            |  19 +++
 tox.ini                                        |  12 +-
 64 files changed, 528 insertions(+), 478 deletions(-)
 create mode 100644 doc/en/announce/release-3.0.2.rst
 delete mode 100644 doc/en/feedback.rst
 delete mode 100644 doc/en/overview.rst
 delete mode 100644 doc/en/status.rst
 delete mode 100644 doc/en/xdist.rst

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