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