File: NEWS.rst

package info (click to toggle)
flufl.testing 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: python: 277; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
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
36
37
38
39
40
===============
 flufl.testing
===============

Copyright (C) 2013-2018 Barry Warsaw


0.8 (2018-07-20)
================
* Non-``from`` imports can follow ``from``-import from ``__future__`` module.

0.7 (2016-12-14)
================
* Fix minor typo.

0.6 (2016-12-14)
================
* Be sure to declare the namespace package in the setup.py.

0.5 (2016-12-02)
================
* Fix namespace package compatibility.

0.4 (2016-11-30)
================
* More fixes and documentation updates.

0.3 (2016-11-29)
================
* Rename the ``unittest.cfg`` section to ``[flufl.testing]``.
* Improve the documentation.

0.2 (2016-11-28)
================
* Re-enable Python 3.4.
* Update README.

0.1 (2016-11-17)
================
* Initial release.