File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ Release date: TBA
17
17
18
18
* Fix ``install graphiz`` message which isn't needed for puml output format.
19
19
20
+ * ``MessageTest`` of the unittest ``testutil`` now requires the ``confidence`` attribute
21
+ to match the expected value. If none is provided it is set to ``UNDEFINED``.
22
+
23
+ * ``add_message`` of the unittest ``testutil`` now actually handles the ``col_offset`` parameter
24
+ and allows it to be checked against actual output in a test.
25
+
20
26
* Fix ``simplify-boolean-expression`` when condition can be inferred as False.
21
27
22
28
Closes #5200
Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ New checkers
63
63
64
64
Follow-up in #5259
65
65
66
+ * ``MessageTest `` of the unittest ``testutil `` now requires the ``confidence `` attribute
67
+ to match the expected value. If none is provided it is set to ``UNDEFINED ``.
68
+
69
+ * ``add_message `` of the unittest ``testutil `` now actually handles the ``col_offset `` parameter
70
+ and allows it to be checked against actual output in a test.
71
+
66
72
Removed checkers
67
73
================
68
74
You can’t perform that action at this time.
0 commit comments