Skip to content

Commit a8522de

Browse files
committed
Bump changelog
1 parent 32076c4 commit a8522de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.8.0 (2021-01-04)
2+
* Handle camelCase test names. This is an ever-so-slightly backwards
3+
incompatible change, as the method for determining which methods are
4+
test methods has changed from ``method_name.startswith("test_")`` to
5+
``method_name.startswith("test")``. The latter is the behavior of
6+
the ``unittest`` module.
7+
(thanks @bobwalker99; https://github.com/wolever/parameterized/pull/106)
8+
19
0.7.5 (2021-01-04)
210
* Fix crash on Python 2.7 with unicode docstrings
311
(https://github.com/wolever/parameterized/issues/109)

0 commit comments

Comments
 (0)