[Python-modules-commits] [python-flaky] branch master updated (cbcd6f6 -> 781f005)

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Jan 19 23:38:34 UTC 2016


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

mithrandi pushed a change to branch master
in repository python-flaky.

      from  cbcd6f6   Fix typo.
       new  0c2dd2c   Import python-flaky_3.0.2.orig.tar.gz
       new  b915cb4   record new upstream branch created by importing python-flaky_3.0.2.orig.tar.gz and merge it
       new  781f005   New upstream version.

The 3 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:
 .pylintrc                                          |  22 +-
 HISTORY.rst                                        |  25 ++
 README.rst                                         |  14 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 flaky.iml                                          |   1 +
 flaky/_flaky_plugin.py                             | 231 +++++++-----
 flaky/defaults.py                                  |   1 +
 flaky/flaky_decorator.py                           |   1 +
 flaky/flaky_nose_plugin.py                         |  12 +-
 flaky/flaky_pytest_plugin.py                       | 412 ++++++++++-----------
 setup.py                                           |   2 +-
 test/test_flaky_plugin.py                          |   5 +-
 test/test_multiprocess_string_io.py                |   3 +-
 test/test_nose/__init__.py                         |   3 +
 test/{ => test_nose}/test_flaky_nose_plugin.py     |   0
 test/{ => test_nose}/test_nose_example.py          |   0
 test/{ => test_nose}/test_nose_options_example.py  |   0
 test/test_pytest/__init__.py                       |   3 +
 .../pytest_generate_example/__init__.py            |   0
 .../pytest_generate_example/conftest.py            |   3 +
 .../test_pytest_generate_example.py                |   6 +-
 test/{ => test_pytest}/test_flaky_pytest_plugin.py |  45 +--
 test/{ => test_pytest}/test_pytest_example.py      |  60 ++-
 .../test_pytest_options_example.py                 |  14 +-
 test/test_pytest/test_pytester_plugin.py           |  20 +
 test/test_utils.py                                 |   4 +-
 tox.ini                                            |  22 +-
 28 files changed, 533 insertions(+), 396 deletions(-)
 create mode 100644 test/test_nose/__init__.py
 rename test/{ => test_nose}/test_flaky_nose_plugin.py (100%)
 rename test/{ => test_nose}/test_nose_example.py (100%)
 rename test/{ => test_nose}/test_nose_options_example.py (100%)
 create mode 100644 test/test_pytest/__init__.py
 rename test/{ => test_pytest}/pytest_generate_example/__init__.py (100%)
 rename test/{ => test_pytest}/pytest_generate_example/conftest.py (70%)
 rename test/{ => test_pytest}/pytest_generate_example/test_pytest_generate_example.py (70%)
 rename test/{ => test_pytest}/test_flaky_pytest_plugin.py (94%)
 rename test/{ => test_pytest}/test_pytest_example.py (64%)
 rename test/{ => test_pytest}/test_pytest_options_example.py (75%)
 create mode 100644 test/test_pytest/test_pytester_plugin.py

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



More information about the Python-modules-commits mailing list