File python3-nose-doc.changes of Package python-nose
1
-------------------------------------------------------------------
2
Tue Nov 20 17:51:03 UTC 2012 - saschpe@suse.de
3
4
- Update to version 1.2.1:
5
+ Correct nose.__version__ (#549). Thanks to Chris Withers for the bug report.
6
- Changes from version 1.2.0:
7
+ Fixed issue where plugins included with `addplugins` keyword could
8
be overridden by built-in plugins (or third-party plugins registered
9
with setuptools) of the same name (#466).
10
+ Adds :option:`--cover-xml` and :option:`--cover-xml-file` (#311).
11
+ Adds support for :option:`--cover-branches` (related to #370).
12
+ Fixed Unicode issue on Python 3.1 with coverage (#442)
13
+ fixed class level fixture handling in multiprocessing plugin
14
+ Clue in the ``unittest`` module so it no longer prints traceback frames for
15
our clones of their simple assertion helpers (#453). Patch by Erik Rose.
16
+ Stop using the ``assert`` statement in ``ok_`` and ``eq_`` so they work under
17
``python -O`` (#504). Patch by Erik Rose.
18
+ Add loglevel option to logcapture plugin (#493).
19
+ Add doctest options flag (#7 from google code tracker).
20
+ Add support for using 2to3 with the nosetests setuptools command.
21
+ Add --cover-min-percentage flag to force test runs without sufficient
22
coverage to fail (#540). Patch by Domen Kožar.
23
+ Add travis-ci configuraion (#545).
24
+ Call reactor.stop from twisted thread (#301).
25
- Changes from version 1.1.2:
26
+ Fixed regression where the .coverage file was not saved (#439).
27
28
-------------------------------------------------------------------
29
Fri May 25 14:13:51 UTC 2012 - toddrme2178@gmail.com
30
31
- Added python 3 documentation package
32
33