[Python-modules-commits] [pytest-catchlog] branch debian/master updated (c8258a9 -> 7850bb8)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Sep 15 17:04:58 UTC 2017


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

locutusofborg pushed a change to branch debian/master
in repository pytest-catchlog.

      from  c8258a9   upload to unstable
       new  23e29cf   New upstream version 1.2.2+git20170915
       new  d5257db   Merge tag 'upstream/1.2.2+git20170915' into debian/master
       new  ab1a287   Drop old patch, add new proposed pull request 69 one
       new  d2fad63   Bump compat level to 10
       new  8e8dc7b   Update changelog
       new  9e77235   Remove perf tests
       new  f595b6d   Add team upload, to please lintian
       new  7850bb8   Bump std-version, update changelog

The 8 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:
 .gitignore                             |   1 +
 .travis.yml                            |  28 ++-
 MANIFEST.in                            |   2 +-
 Makefile                               |   4 +-
 README.rst                             |  69 +++++-
 debian/changelog                       |  12 +
 debian/compat                          |   2 +-
 debian/control                         |   5 +-
 debian/patches/69.patch                | 135 +++++++++++
 debian/patches/fix-test-failures.patch |  35 ---
 debian/patches/series                  |   2 +-
 debian/rules                           |   4 +
 pytest_catchlog.py                     | 313 --------------------------
 pytest_catchlog/__init__.py            |   2 +
 pytest_catchlog/common.py              |  66 ++++++
 pytest_catchlog/fixture.py             | 154 +++++++++++++
 pytest_catchlog/plugin.py              | 264 ++++++++++++++++++++++
 setup.py                               |   9 +-
 tasks.py                               |   2 +-
 test_pytest_catchlog.py                | 300 -------------------------
 tests/conftest.py                      |  33 +++
 tests/perf/__init__.py                 |   0
 tests/perf/bench/conftest.py           |  17 ++
 tests/perf/bench/pytest.ini            |  11 +
 tests/perf/bench/test_log.py           |  11 +
 tests/perf/bench/test_runtest_hook.py  |  47 ++++
 tests/perf/conftest.py                 | 224 +++++++++++++++++++
 tests/perf/data.py                     |  85 +++++++
 tests/perf/plot.py                     |  85 +++++++
 tests/perf/test_perf_run.py            |  98 ++++++++
 tests/test_compat.py                   |  80 +++++++
 tests/test_fixture.py                  |  99 ++++++++
 tests/test_reporting.py                | 398 +++++++++++++++++++++++++++++++++
 tox.ini                                |  14 +-
 34 files changed, 1935 insertions(+), 676 deletions(-)
 create mode 100644 debian/patches/69.patch
 delete mode 100644 debian/patches/fix-test-failures.patch
 delete mode 100644 pytest_catchlog.py
 create mode 100644 pytest_catchlog/__init__.py
 create mode 100644 pytest_catchlog/common.py
 create mode 100644 pytest_catchlog/fixture.py
 create mode 100644 pytest_catchlog/plugin.py
 delete mode 100644 test_pytest_catchlog.py
 create mode 100644 tests/conftest.py
 create mode 100644 tests/perf/__init__.py
 create mode 100644 tests/perf/bench/conftest.py
 create mode 100644 tests/perf/bench/pytest.ini
 create mode 100644 tests/perf/bench/test_log.py
 create mode 100644 tests/perf/bench/test_runtest_hook.py
 create mode 100644 tests/perf/conftest.py
 create mode 100644 tests/perf/data.py
 create mode 100644 tests/perf/plot.py
 create mode 100644 tests/perf/test_perf_run.py
 create mode 100644 tests/test_compat.py
 create mode 100644 tests/test_fixture.py
 create mode 100644 tests/test_reporting.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-catchlog.git



More information about the Python-modules-commits mailing list