pytest2/testing/python
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
..
approx.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
collect.py allow staticmethods to be detected as test functions 2017-06-29 07:44:36 -04:00
fixture.py Improve test to ensure the expected function is re-raised 2017-06-13 20:16:48 -03:00
integration.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
metafunc.py Clean up warnings generated by pytest's own suite 2017-03-20 22:13:17 -03:00
raises.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
setup_only.py Implement --setup-show cli flag 2016-07-03 22:30:51 +02:00
setup_plan.py Improve commenting for setupplan unittest. 2016-06-25 12:21:31 +02:00
show_fixtures_per_test.py Change format for test function locations 2016-06-12 15:58:32 +01:00