Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude committed Feb 26, 2016
1 parent eeec09b commit 518dd07
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
18 changes: 0 additions & 18 deletions CHANGELOG.md

This file was deleted.

1 change: 1 addition & 0 deletions changelog.rst
23 changes: 23 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog
=========

0.6.1
-----

* Fixed
* missing test files added to package.

0.6.0
-----

* Added
* Junit XML report support properties
* Improve test coverage
* Improve CI
* Add a `createdTestSuite` event, fired after test loading

* Fixed
* Junit-xml plugin fixed on windows
* Ensure tests are importable before trying to load them
* Fail test instead of skipping it, when setup fails
* When test loading fails, print the traceback
* Make the ``collect`` plugin work with layers
* Fix coverage plugin to take import-time coverage into account

0.4.7
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

NAME = 'nose2'
VERSION = '0.6.0'
VERSION = '0.6.1'
PACKAGES = ['nose2', 'nose2.plugins', 'nose2.plugins.loader',
'nose2.tests', 'nose2.tests.functional', 'nose2.tests.unit',
'nose2.tools', 'nose2.backports']
Expand Down

0 comments on commit 518dd07

Please sign in to comment.