[Python-modules-commits] [pytest] branch upstream updated (25454da -> da7f16c)

Sebastian Ramacher sramacher at moszumanska.debian.org
Sun Aug 21 13:25:23 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  25454da   Import pytest_2.9.2.orig.tar.gz
       new  da7f16c   Import pytest_3.0.0.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                                            |   53 +-
 CHANGELOG.rst                                      |  443 ++++-
 CONTRIBUTING.rst                                   |   70 +-
 PKG-INFO                                           |   36 +-
 README.rst                                         |   33 +-
 _pytest/__init__.py                                |    2 +-
 _pytest/_code/__init__.py                          |    3 -
 _pytest/_code/code.py                              |  159 +-
 _pytest/assertion/__init__.py                      |  138 +-
 _pytest/assertion/reinterpret.py                   |  407 -----
 _pytest/assertion/rewrite.py                       |  106 +-
 _pytest/assertion/util.py                          |   38 +-
 _pytest/capture.py                                 |   33 +-
 _pytest/compat.py                                  |  216 +++
 _pytest/config.py                                  |  238 ++-
 _pytest/{pdb.py => debugging.py}                   |   25 +-
 _pytest/deprecated.py                              |   24 +
 _pytest/doctest.py                                 |   69 +-
 _pytest/fixtures.py                                | 1110 ++++++++++++
 _pytest/freeze_support.py                          |   45 +
 _pytest/genscript.py                               |  132 --
 _pytest/helpconfig.py                              |    9 +-
 _pytest/hookspec.py                                |   23 +-
 _pytest/junitxml.py                                |   36 +-
 _pytest/main.py                                    |  115 +-
 _pytest/monkeypatch.py                             |   20 +-
 _pytest/pytester.py                                |   84 +-
 _pytest/python.py                                  | 1788 ++++++--------------
 _pytest/resultlog.py                               |    5 +-
 _pytest/runner.py                                  |   55 +-
 _pytest/setuponly.py                               |   72 +
 _pytest/setupplan.py                               |   23 +
 _pytest/skipping.py                                |   32 +-
 _pytest/standalonetemplate.py                      |   89 -
 _pytest/terminal.py                                |   44 +-
 _pytest/tmpdir.py                                  |    6 +-
 _pytest/unittest.py                                |    2 +
 doc/en/_templates/layout.html                      |   14 -
 doc/en/_templates/links.html                       |    5 -
 doc/en/announce/index.rst                          |    2 +-
 doc/en/announce/release-2.9.2.rst                  |    2 +-
 doc/en/announce/release-3.0.0.rst                  |   82 +
 doc/en/announce/sprint2016.rst                     |   77 +-
 doc/en/assert.rst                                  |   40 +-
 doc/en/backwards-compatibility.rst                 |   12 +
 doc/en/bash-completion.rst                         |    4 +-
 doc/en/builtin.rst                                 |   29 +-
 doc/en/cache.rst                                   |   50 +-
 doc/en/capture.rst                                 |   27 +-
 doc/en/contents.rst                                |    4 +-
 doc/en/customize.rst                               |   50 +-
 doc/en/doctest.rst                                 |   62 +-
 doc/en/example/costlysetup/conftest.py             |    4 +-
 doc/en/example/markers.rst                         |   84 +-
 doc/en/example/multipython.py                      |    2 +-
 doc/en/example/nonpython.rst                       |   18 +-
 doc/en/example/nonpython/conftest.py               |    4 +-
 doc/en/example/parametrize.rst                     |   42 +-
 doc/en/example/pythoncollection.py                 |    2 +-
 doc/en/example/pythoncollection.rst                |   63 +-
 doc/en/example/reportingdemo.rst                   |   27 +-
 doc/en/example/simple.rst                          |  159 +-
 doc/en/example/special.rst                         |    2 +-
 doc/en/faq.rst                                     |   23 +-
 doc/en/fixture.rst                                 |  161 +-
 doc/en/funcarg_compare.rst                         |   10 +-
 doc/en/genapi.py                                   |    2 +-
 doc/en/getting-started.rst                         |   59 +-
 doc/en/goodpractices.rst                           |   68 +-
 doc/en/index.rst                                   |    6 +-
 doc/en/monkeypatch.rst                             |   35 +-
 doc/en/nose.rst                                    |   13 +-
 doc/en/parametrize.rst                             |   19 +-
 doc/en/plugins.rst                                 |    7 +-
 doc/en/proposals/parametrize_with_fixtures.rst     |  148 ++
 doc/en/skipping.rst                                |    8 +-
 doc/en/talks.rst                                   |   41 +-
 doc/en/test/attic.rst                              |    2 +-
 doc/en/test/mission.rst                            |    2 +-
 doc/en/test/plugin/cov.rst                         |   14 +-
 doc/en/test/plugin/coverage.rst                    |    2 +-
 doc/en/test/plugin/figleaf.rst                     |    2 +-
 doc/en/test/plugin/genscript.rst                   |   28 -
 doc/en/test/plugin/helpconfig.rst                  |    2 -
 doc/en/test/plugin/links.rst                       |    2 -
 doc/en/test/plugin/nose.rst                        |    4 +-
 doc/en/test/plugin/terminal.rst                    |    2 -
 doc/en/test/plugin/xdist.rst                       |   10 +-
 doc/en/tmpdir.rst                                  |    6 +-
 doc/en/unittest.rst                                |    8 +-
 doc/en/usage.rst                                   |  121 +-
 doc/en/writing_plugins.rst                         |   79 +-
 doc/en/xdist.rst                                   |   20 +-
 doc/en/xunit_setup.rst                             |   37 +-
 doc/en/yieldfixture.rst                            |  102 +-
 plugin-test.sh                                     |   14 +-
 pytest.egg-info/PKG-INFO                           |   36 +-
 pytest.egg-info/SOURCES.txt                        |   37 +-
 pytest.egg-info/entry_points.txt                   |    2 +-
 pytest.egg-info/requires.txt                       |    4 +-
 pytest.egg-info/top_level.txt                      |    2 +-
 setup.cfg                                          |    2 +-
 setup.py                                           |   31 +-
 testing/acceptance_test.py                         |   93 +-
 testing/code/test_code.py                          |   18 -
 testing/code/test_excinfo.py                       |  325 +++-
 testing/code/test_source.py                        |   14 +-
 testing/cx_freeze/install_cx_freeze.py             |   64 -
 testing/cx_freeze/runtests_setup.py                |   15 -
 testing/cx_freeze/tox_run.py                       |   15 -
 testing/deprecated_test.py                         |   76 +
 testing/freeze/.gitignore                          |    3 +
 testing/freeze/create_executable.py                |   13 +
 testing/{cx_freeze => freeze}/runtests_script.py   |   16 +-
 .../{cx_freeze => freeze}/tests/test_doctest.txt   |    0
 .../{cx_freeze => freeze}/tests/test_trivial.py    |   10 +-
 testing/freeze/tox_run.py                          |   12 +
 testing/python/approx.py                           |  286 ++++
 testing/python/collect.py                          |   89 +-
 testing/python/fixture.py                          |  482 ++++--
 testing/python/integration.py                      |   13 +-
 testing/python/metafunc.py                         |  249 ++-
 testing/python/raises.py                           |   20 +
 testing/python/setup_only.py                       |  243 +++
 testing/python/setup_plan.py                       |   19 +
 testing/python/show_fixtures_per_test.py           |  137 ++
 testing/test_assertinterpret.py                    |  274 ---
 testing/test_assertion.py                          |  244 ++-
 testing/test_assertrewrite.py                      |   79 +-
 testing/test_capture.py                            |   39 +-
 testing/test_collection.py                         |  126 +-
 testing/test_config.py                             |  212 ++-
 testing/test_conftest.py                           |   14 +
 testing/test_doctest.py                            |  161 +-
 testing/test_entry_points.py                       |   13 +
 testing/test_genscript.py                          |   51 -
 testing/test_helpconfig.py                         |    4 +-
 testing/test_junitxml.py                           |  172 +-
 testing/test_mark.py                               |   53 +-
 testing/test_monkeypatch.py                        |   11 +-
 testing/test_parseopt.py                           |   23 +-
 testing/test_pdb.py                                |   34 +-
 testing/test_resultlog.py                          |   11 +-
 testing/test_runner.py                             |  127 +-
 testing/test_runner_xunit.py                       |   55 +-
 testing/test_session.py                            |   18 +-
 testing/test_skipping.py                           |   52 +-
 testing/test_terminal.py                           |   55 +-
 testing/test_tmpdir.py                             |    1 -
 testing/test_unittest.py                           |   86 +-
 tox.ini                                            |   45 +-
 151 files changed, 7715 insertions(+), 4278 deletions(-)
 delete mode 100644 _pytest/assertion/reinterpret.py
 create mode 100644 _pytest/compat.py
 rename _pytest/{pdb.py => debugging.py} (78%)
 create mode 100644 _pytest/deprecated.py
 create mode 100644 _pytest/fixtures.py
 create mode 100644 _pytest/freeze_support.py
 delete mode 100755 _pytest/genscript.py
 create mode 100644 _pytest/setuponly.py
 create mode 100644 _pytest/setupplan.py
 delete mode 100755 _pytest/standalonetemplate.py
 create mode 100644 doc/en/announce/release-3.0.0.rst
 create mode 100644 doc/en/backwards-compatibility.rst
 create mode 100644 doc/en/proposals/parametrize_with_fixtures.rst
 delete mode 100644 doc/en/test/plugin/genscript.rst
 delete mode 100644 testing/cx_freeze/install_cx_freeze.py
 delete mode 100644 testing/cx_freeze/runtests_setup.py
 delete mode 100644 testing/cx_freeze/tox_run.py
 create mode 100644 testing/deprecated_test.py
 create mode 100644 testing/freeze/.gitignore
 create mode 100644 testing/freeze/create_executable.py
 rename testing/{cx_freeze => freeze}/runtests_script.py (82%)
 rename testing/{cx_freeze => freeze}/tests/test_doctest.txt (100%)
 rename testing/{cx_freeze => freeze}/tests/test_trivial.py (65%)
 create mode 100644 testing/freeze/tox_run.py
 create mode 100644 testing/python/approx.py
 create mode 100644 testing/python/setup_only.py
 create mode 100644 testing/python/setup_plan.py
 create mode 100644 testing/python/show_fixtures_per_test.py
 delete mode 100644 testing/test_assertinterpret.py
 create mode 100644 testing/test_entry_points.py
 delete mode 100644 testing/test_genscript.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