[Python-modules-commits] [pytest] branch upstream updated (7ffbaa4 -> 8e6355f)

Sebastian Ramacher sramacher at moszumanska.debian.org
Mon Jun 12 20:46:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

sramacher pushed a change to branch upstream
in repository pytest.

      from  7ffbaa4   Import pytest_3.0.7.orig.tar.gz
       new  8e6355f   Import pytest_3.1.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:
 .gitattributes                                     |   1 +
 .gitignore                                         |  39 ++++
 AUTHORS                                            |  16 ++
 CHANGELOG.rst                                      | 245 ++++++++++++++++++++-
 CONTRIBUTING.rst                                   |  10 +-
 HOWTORELEASE.rst                                   |  92 +++-----
 MANIFEST.in                                        |   3 +
 PKG-INFO                                           |  17 +-
 README.rst                                         |  15 +-
 _pytest/__init__.py                                |  10 +-
 _pytest/_argcomplete.py                            |   2 +-
 _pytest/_code/__init__.py                          |   1 +
 _pytest/_code/_py2traceback.py                     |   1 +
 _pytest/_code/code.py                              |  51 ++++-
 _pytest/_code/source.py                            |   2 +-
 _pytest/_pluggy.py                                 |   2 +-
 _pytest/_version.py                                |   4 +
 _pytest/assertion/__init__.py                      |  25 +--
 _pytest/assertion/rewrite.py                       |   7 +-
 _pytest/assertion/truncate.py                      | 102 +++++++++
 _pytest/assertion/util.py                          |   7 +-
 _pytest/cacheprovider.py                           |  12 +-
 _pytest/capture.py                                 |  61 ++++-
 _pytest/compat.py                                  |  76 ++++++-
 _pytest/config.py                                  | 110 +++++----
 _pytest/debugging.py                               |  39 ++--
 _pytest/deprecated.py                              |   2 +-
 _pytest/doctest.py                                 |  36 ++-
 _pytest/fixtures.py                                |  79 +++----
 _pytest/freeze_support.py                          |   5 +-
 _pytest/helpconfig.py                              |  37 +++-
 _pytest/hookspec.py                                |   9 +-
 _pytest/junitxml.py                                |  54 ++++-
 _pytest/main.py                                    |  71 +++---
 _pytest/mark.py                                    | 175 ++++++++++-----
 _pytest/monkeypatch.py                             |   9 +-
 _pytest/nose.py                                    |  19 +-
 _pytest/pastebin.py                                |   2 +
 _pytest/pytester.py                                |  49 +++--
 _pytest/python.py                                  | 185 +++++++++-------
 _pytest/recwarn.py                                 |  72 ++----
 _pytest/resultlog.py                               |   5 +-
 _pytest/runner.py                                  |  34 +--
 _pytest/setuponly.py                               |   2 +
 _pytest/setupplan.py                               |   2 +
 _pytest/skipping.py                                |  68 +++---
 _pytest/terminal.py                                |  72 ++++--
 _pytest/tmpdir.py                                  |   2 +
 _pytest/unittest.py                                |  48 ++--
 _pytest/vendored_packages/pluggy.py                |   2 +-
 _pytest/warnings.py                                |  88 ++++++++
 changelog/_template.rst                            |  39 ++++
 doc/en/Makefile                                    |   9 +-
 doc/en/announce/index.rst                          |   3 +
 doc/en/announce/release-3.1.0.rst                  |  61 +++++
 .../{release-3.0.7.rst => release-3.1.1.rst}       |  22 +-
 .../{release-3.0.6.rst => release-3.1.2.rst}       |  22 +-
 doc/en/assert.rst                                  |  25 ++-
 doc/en/cache.rst                                   |   6 +-
 doc/en/capture.rst                                 |   2 +-
 doc/en/contents.rst                                |   3 +-
 doc/en/customize.rst                               |  28 ++-
 doc/en/doctest.rst                                 |  15 +-
 doc/en/example/assertion/failure_demo.py           |  12 +-
 .../example/assertion/test_setup_flow_example.py   |   2 +-
 doc/en/example/attic.rst                           |   4 +-
 doc/en/example/costlysetup/conftest.py             |   2 +-
 doc/en/example/markers.rst                         |  38 ++--
 doc/en/example/multipython.py                      |   2 +-
 doc/en/example/nonpython.rst                       |   6 +-
 doc/en/example/parametrize.rst                     |  36 ++-
 doc/en/example/pythoncollection.py                 |   2 +-
 doc/en/example/pythoncollection.rst                |   8 +-
 doc/en/example/reportingdemo.rst                   |  39 ++--
 doc/en/example/simple.rst                          |  27 +--
 doc/en/example/special.rst                         |   4 +-
 doc/en/existingtestsuite.rst                       |  34 +++
 doc/en/fixture.rst                                 |  24 +-
 doc/en/funcarg_compare.rst                         |   2 +-
 doc/en/genapi.py                                   |   2 +-
 doc/en/getting-started.rst                         |   7 +-
 doc/en/goodpractices.rst                           | 133 +++++++----
 doc/en/index.rst                                   |   2 +-
 doc/en/nose.rst                                    |  13 +-
 doc/en/parametrize.rst                             |  42 +++-
 doc/en/recwarn.rst                                 | 140 +-----------
 doc/en/requirements.txt                            |   3 +
 doc/en/skipping.rst                                | 245 ++++++++++-----------
 doc/en/talks.rst                                   |  15 +-
 doc/en/test/attic.rst                              |   2 +-
 doc/en/tmpdir.rst                                  |   2 +-
 doc/en/unittest.rst                                |   7 +-
 doc/en/usage.rst                                   |  27 ++-
 doc/en/{recwarn.rst => warnings.rst}               | 119 +++++++++-
 doc/en/writing_plugins.rst                         |   7 +-
 pyproject.toml                                     |  35 +++
 pytest.egg-info/PKG-INFO                           |  17 +-
 pytest.egg-info/SOURCES.txt                        |  21 ++
 pytest.egg-info/requires.txt                       |   2 +-
 pytest.py                                          |  72 +++++-
 scripts/check-manifest.py                          |   5 +-
 scripts/check-rst.py                               |  11 +
 setup.cfg                                          |   5 +-
 setup.py                                           |  44 ++--
 tasks/__init__.py                                  |   9 +
 tasks/generate.py                                  | 162 ++++++++++++++
 tasks/release.minor.rst                            |  27 +++
 tasks/release.patch.rst                            |  17 ++
 tasks/requirements.txt                             |   4 +
 testing/acceptance_test.py                         |  72 +++++-
 testing/code/test_code.py                          |   7 +-
 testing/code/test_excinfo.py                       |  44 +++-
 testing/code/test_source.py                        |  23 +-
 testing/deprecated_test.py                         |   5 +-
 testing/python/approx.py                           |   2 +-
 testing/python/collect.py                          | 112 +++++++---
 testing/python/fixture.py                          | 139 ++++++------
 testing/python/integration.py                      |  18 +-
 testing/python/metafunc.py                         | 207 ++++++++++++-----
 testing/python/raises.py                           |  27 ++-
 testing/test_argcomplete.py                        |   4 +-
 testing/test_assertion.py                          | 173 +++++++++++----
 testing/test_assertrewrite.py                      |  43 +++-
 testing/test_cache.py                              |  33 ++-
 testing/test_capture.py                            |  48 ++--
 testing/test_collection.py                         |  53 +++--
 testing/test_compat.py                             |  34 ++-
 testing/test_config.py                             |  42 ++--
 testing/test_conftest.py                           |  21 +-
 testing/test_doctest.py                            |  68 +++++-
 testing/test_entry_points.py                       |   1 +
 testing/test_helpconfig.py                         |   3 +-
 testing/test_junitxml.py                           |  93 +++++++-
 testing/test_mark.py                               |  82 +++++--
 testing/test_modimport.py                          |  25 +++
 testing/test_monkeypatch.py                        |   9 +-
 testing/test_nose.py                               |  11 +-
 testing/test_parseopt.py                           |  21 +-
 testing/test_pastebin.py                           |   7 +-
 testing/test_pdb.py                                |  68 ++++--
 testing/test_pluginmanager.py                      |  25 ++-
 testing/test_pytester.py                           |   7 +-
 testing/test_recwarn.py                            |  65 ++++--
 testing/test_resultlog.py                          |   3 +-
 testing/test_runner.py                             |  20 +-
 testing/test_runner_xunit.py                       |  24 +-
 testing/test_session.py                            |  13 +-
 testing/test_skipping.py                           |  21 +-
 testing/test_terminal.py                           |  43 ++--
 testing/test_tmpdir.py                             |   5 +-
 testing/test_unittest.py                           |   5 +-
 testing/test_warnings.py                           | 190 ++++++++++++++++
 tox.ini                                            |  20 +-
 153 files changed, 4045 insertions(+), 1642 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 _pytest/_version.py
 create mode 100644 _pytest/assertion/truncate.py
 create mode 100644 _pytest/warnings.py
 create mode 100644 changelog/_template.rst
 create mode 100644 doc/en/announce/release-3.1.0.rst
 copy doc/en/announce/{release-3.0.7.rst => release-3.1.1.rst} (57%)
 copy doc/en/announce/{release-3.0.6.rst => release-3.1.2.rst} (56%)
 create mode 100644 doc/en/existingtestsuite.rst
 create mode 100644 doc/en/requirements.txt
 copy doc/en/{recwarn.rst => warnings.rst} (54%)
 create mode 100644 pyproject.toml
 create mode 100644 scripts/check-rst.py
 create mode 100644 tasks/__init__.py
 create mode 100644 tasks/generate.py
 create mode 100644 tasks/release.minor.rst
 create mode 100644 tasks/release.patch.rst
 create mode 100644 tasks/requirements.txt
 create mode 100644 testing/test_modimport.py
 create mode 100644 testing/test_warnings.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