The main change in this version is that it adds support for tests written
using the unittest framework available in the standard Python library.
- Issue 79 - Remove QuantifiedCode
- Issue 74 - Also test against spyder's master branch in CI
- Issue 70 - Point contributors to ciocheck
- Issue 41 - Add function for registering test frameworks
- Issue 15 - Check whether test framework is installed
- Issue 11 - Abbreviate test names
- Issue 4 - Add unittest support
In this release 7 issues were closed.
- PR 82 - Enable Scrutinizer
- PR 81 - Update README.md
- PR 80 - Install Spyder from github 3.x branch when testing on Circle
- PR 78 - Properly handle test frameworks which are not installed
- PR 75 - Shorten test name displayed in widget
- PR 72 - Support unittest
- PR 69 - Process coverage stats using coveralls
- PR 68 - Add framework registry for associating testing frameworks with runners
- PR 67 - Install the tests alongside the module
In this release 9 pull requests were closed.
This version fixes a bug in the packaging code.
- PR 63 - Fix parsing of module version
In this release 1 pull request was closed.
This version improves the packaging. The code itself was not changed.
- Issue 58 - Normalized copyright information
- Issue 57 - Depend on nose and pytest at installation
- Issue 56 - Add the test suite to the release tarball
In this release 3 issues were closed.
- PR 59 - Improve distributed package
In this release 1 pull request was closed.
Initial release, supporting nose and py.test frameworks.