File: HISTORY.rst

package info (click to toggle)
python-pytest-toolbox 0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 391; makefile: 27; sh: 6
file content (23 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. :changelog:

History
-------

0.4.0 (2018-04-07)
------------------
* add comparison classes
* rename ``caplog`` > ``smart_caplog``
* rename ``debug`` > ``print_logs``
* updates
* remove python 3.5 support, now 3.6 only due to pydantic requirement

0.3.0 (2017-03-11)
------------------
* check for un-awaited coroutines


0.2.0 (2017-02-11)
------------------
* tweaks to logging
* cleaner loop teardown
* update dependencies