[spyder-unittest] branch master updated (c84b651 -> 2789e83)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 10 15:07:53 UTC 2017


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

ghisvail-guest pushed a change to branch master
in repository spyder-unittest.

      from  c84b651   Release to unstable
      adds  bef5414   New upstream version 0.2.0
       new  e649a36   Merge tag 'upstream/0.2.0'
       new  98c28dd   Drop the patch queue, no longer required
       new  56972ea   Drop superfluous nocheck guards in rules file
       new  7e9dd74   Fixup whitespacing in rules file
       new  9e9dee0   Fixup the Vcs-Browser URI
       new  fc0e42f   Tests depend on nose and pytest
       new  82cd781   Bump standards version to 4.1.0
       new  2789e83   Release to unstable

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:
 CHANGELOG.md                                       |  43 ++++++
 PKG-INFO                                           |   2 +-
 README.md                                          |  22 ++-
 debian/changelog                                   |  12 ++
 debian/control                                     |   4 +-
 .../Fix-calls-to-nose-and-pytest-on-Debian.patch   |  41 ------
 debian/patches/series                              |   1 -
 debian/rules                                       |  10 +-
 debian/tests/control                               |   2 +
 setup.py                                           |   4 +-
 spyder_unittest.egg-info/PKG-INFO                  |   2 +-
 spyder_unittest.egg-info/SOURCES.txt               |  13 +-
 spyder_unittest.egg-info/requires.txt              |   2 -
 spyder_unittest/__init__.py                        |   2 +-
 spyder_unittest/backend/frameworkregistry.py       |  67 +++++++++
 spyder_unittest/backend/noserunner.py              |  20 +++
 spyder_unittest/backend/pytestrunner.py            |  20 +++
 .../backend/{testrunner.py => runnerbase.py}       |  69 ++++++---
 .../{widgets => backend/tests}/__init__.py         |   4 +-
 .../backend/tests/test_frameworkregistry.py        |  33 +++++
 spyder_unittest/backend/tests/test_pytestrunner.py |  56 ++++++++
 .../{test_testrunner.py => test_runnerbase.py}     |  70 +++------
 .../backend/tests/test_unittestrunner.py           | 110 ++++++++++++++
 spyder_unittest/backend/unittestrunner.py          | 159 +++++++++++++++++++++
 spyder_unittest/widgets/configdialog.py            |  81 ++++++-----
 spyder_unittest/widgets/{ => tests}/__init__.py    |   4 +-
 spyder_unittest/widgets/tests/test_configdialog.py |  72 ++++++++--
 spyder_unittest/widgets/tests/test_unittestgui.py  |  63 +++++++-
 spyder_unittest/widgets/unittestgui.py             |  23 ++-
 29 files changed, 818 insertions(+), 193 deletions(-)
 delete mode 100644 debian/patches/Fix-calls-to-nose-and-pytest-on-Debian.patch
 delete mode 100644 debian/patches/series
 create mode 100644 spyder_unittest/backend/frameworkregistry.py
 create mode 100644 spyder_unittest/backend/noserunner.py
 create mode 100644 spyder_unittest/backend/pytestrunner.py
 rename spyder_unittest/backend/{testrunner.py => runnerbase.py} (79%)
 copy spyder_unittest/{widgets => backend/tests}/__init__.py (53%)
 create mode 100644 spyder_unittest/backend/tests/test_frameworkregistry.py
 create mode 100644 spyder_unittest/backend/tests/test_pytestrunner.py
 rename spyder_unittest/backend/tests/{test_testrunner.py => test_runnerbase.py} (53%)
 create mode 100644 spyder_unittest/backend/tests/test_unittestrunner.py
 create mode 100644 spyder_unittest/backend/unittestrunner.py
 copy spyder_unittest/widgets/{ => tests}/__init__.py (53%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder-unittest.git



More information about the debian-science-commits mailing list