forked from jazzband/django-nose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
35 lines (25 loc) · 929 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
- 0.2
* New fixture-bundling plugin for avoiding needless fixture setup (erikrose)
- 0.1.3 (04-15-10)
* Even better coverage support (rozza)
* README fixes (carljm and ionelmc)
* optparse OptionGroups are handled better (outofculture)
* nose plugins are loaded before listing options
- 0.1.2 (08-14-10)
* run_tests API support (carjm)
* better coverage numbers (rozza & miracle2k)
* support for adding custom nose plugins (kumar303)
- 0.1.1 (06-01-10)
* Cleaner installation (Michael Fladischer)
- 0.1 (05-18-10)
* Class-based test runner (Antti Kaihola)
* Django 1.2 compatibility (Antti Kaihola)
* Mapping Django verbosity to nose verbosity
- 0.0.3 (12-31-09)
* Python 2.4 support (Blake Winton)
* GeoDjango spatial database support (Peter Baumgartner)
* Return the number of failing tests on the command line
- 0.0.2 (10-01-09)
* rst readme (Rob Madole)
- 0.0.1 (10-01-09)
* birth!