pytest2/changelog
Nathaniel Waisbrot 9b9fede5be
allow staticmethods to be detected as test functions
Allow a class method decorated `@staticmethod` to be collected as a test
function (if it meets the usual criteria).

This feature will not work in Python 2.6 -- static methods will still be
ignored there.
2017-06-29 07:44:36 -04:00
..
2147.removal Add changelog entry explicitly deprecating old-style classes from pytest API 2017-06-24 00:37:40 -03:00
2427.removal introduce deprecation warnings for legacy parametersets, fixes #2427 2017-06-23 22:06:49 +02:00
2434.bugfix Fix decode error in Python 2 for doctests in docstrings 2017-06-13 19:41:34 -03:00
2440.bugfix Improve test to ensure the expected function is re-raised 2017-06-13 20:16:48 -03:00
2464.bugfix Fix incorrect collected items report when specifying tests on the command-line 2017-06-03 20:39:53 -03:00
2469.bugfix deprecated_call context manager captures warnings already raised 2017-06-06 22:40:04 -03:00
2474.trivial add tasks for updating vendored libs 2017-06-23 21:26:45 +02:00
2486.bugfix Fix internal error when trying to detect the start of a recursive traceback. 2017-06-09 19:26:26 -03:00
2489.trivial changelog fragment 2017-06-11 14:17:40 +02:00
2493.doc Changelog 2017-06-12 19:55:30 -07:00
2499.trivial Add changelog/2499.trivial 2017-06-13 15:15:52 +02:00
2516.feature fixup changelog, thanks Bruno 2017-06-23 11:09:16 +02:00
2528.feature allow staticmethods to be detected as test functions 2017-06-29 07:44:36 -04:00
_template.rst Show "trivial" category in CHANGELOG 2017-06-23 12:33:50 -03:00