[Python-modules-commits] [pytest-catchlog] branch upstream updated (be1d0ae -> 23e29cf)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Fri Sep 15 17:04:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch upstream
in repository pytest-catchlog.
from be1d0ae Import pytest-catchlog_1.2.2.orig.tar.xz
new 23e29cf New upstream version 1.2.2+git20170915
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:
.gitignore | 1 +
.travis.yml | 28 ++-
MANIFEST.in | 2 +-
Makefile | 4 +-
README.rst | 69 +++++-
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 +-
27 files changed, 1779 insertions(+), 637 deletions(-)
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