We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32076c4 commit a8522deCopy full SHA for a8522de
CHANGELOG.txt
@@ -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
+
9
0.7.5 (2021-01-04)
10
* Fix crash on Python 2.7 with unicode docstrings
11
(https://github.com/wolever/parameterized/issues/109)
0 commit comments