2018-08-13 09:28:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nose2: updated to 0.8.0
0.8.0:
Fixed
- For junitxml plugin use test module in place of classname if no classname exists
Features
- Add code to enable plugins to documentation
Dropped support for python 3.3
|
2018-02-22 11:33:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nose2: updated to 0.7.4
0.7.4:
Fixed
* Respect fail_under in converage config
* Avoid infinite recursion when loading setuptools from zipped egg
* Manpage now renders reproducably
* MP doc build now reproducable
Features
* Setup tools invocation now handles coverage
Notes
* Running nose2 via setuptools will now trigger CreateTestsEvent and \
CreatedTestSuiteEvent
|
2017-12-15 08:53:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nose2: updated to 0.7.3
0.7.3
* Fixed
* Tests failing due to .coveragerc not in MANIFEST
Added support for python 3.6.
|
2017-11-28 12:41:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nose2: updated to 0.7.2
0.7.2
Fixed * Proper indentation of test with docstring in layers * MP plugin now \
calls startSubprocess in subprocess
|
2017-04-25 22:14:26 by Filip Hajny | Files touched by this commit (5) |
Log message:
Import nose2 0.6.5 as devel/py-nose2.
nose2 is the next generation of nicer testing for Python, based on the
plugins branch of unittest2.
|