-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGELOG
76 lines (62 loc) · 2.19 KB
/
CHANGELOG
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
1.1.1
-----------------------------------
- fixing deprecation warnings
1.1.0
-----------------------------------
- removed dependency on "future" and "py"
- modernizing code to use python3 facilities
- pytest_logger_logdirlink path can be relative
1.0.0
-----------------------------------
- declare pytest-logger stable and release first stable version
- modernized infra: github-workflows, appveyor, read-the-docs, coveralls
- upgraded python and pytest versions
- fixed pytest warning: hookimpl instead of mark used
0.5.1
-----------------------------------
- added "pytest_logger_logsdir" hook for convenience
0.5.0
-----------------------------------
- class with testcases is represented with additional directory instead of '.'
separating class name and testcase name
- add the "split logs by outcome" functionality
0.4.0
-----------------------------------
- interface-breaking: rename --log to --loggers to maintain operability with newer pytests
- drop pytest<3.2 from testing
- add newer pythons and pytests to the testing matrix
- fix: collect teardown logs
0.3.0
-----------------------------------
- LoggerConfig has a new set_formatter_class method to pass a logging.Formatter subclass
- python2.6 support dropped
0.2.1
-----------------------------------
- pytest help bug fixed: help prints properly when pytest_logger_config hook is used in test suite
0.2.0
-----------------------------------
- new hook pytest_logger_config allows for terse logging configuration and adds cmdline option --log
compatibility with previous hook api fully retained
0.1.5
-----------------------------------
- support for python2.6
0.1.4
-----------------------------------
- logdirs cmdline/ini option, allowing to set logs directory
0.1.3
-----------------------------------
- housekeeping:
- tests finished
- travis/appveyor with tox added
- docs added
- plugin is package, not single module
0.1.2
-----------------------------------
- log format has short level name
0.1.1
-----------------------------------
- logger hooks accept tuples with names and levels
- cmdline option 'logdirflat' removed (passing [''] from file hook does just that)
0.1
-----------------------------------
- initial version