[Python-modules-commits] [python-flaky] branch upstream updated (9ab5547 -> 0c2dd2c)

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


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

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

      from  9ab5547   Import python-flaky_2.4.1.orig.tar.gz.
       new  0c2dd2c   Import python-flaky_3.0.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:
 .pylintrc                                          |  22 +-
 HISTORY.rst                                        |  25 ++
 README.rst                                         |  14 +
 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 +-
 26 files changed, 520 insertions(+), 389 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