test_ok1/testing/python
Oliver Bestwalter 2802135741
fix 'DoctestItem' object has no attribute '_fixtureinfo'
* doxtests don't seem to have this attribute, so nothing will be written in that case.
* tried to be a good boy scout and tidied up surrounding code a bit (comments, shadowed/unused names, removed random new lines, naming things)
2017-09-19 12:41:12 +02:00
..
approx.py approx raises TypeError in Python 2 for comparison operators other than != and == 2017-07-25 20:07:10 -03:00
collect.py Allow tests declared as @staticmethod to use fixtures 2017-08-17 20:44:19 -03:00
fixture.py Allow tests declared as @staticmethod to use fixtures 2017-08-17 20:44:19 -03:00
integration.py Fixed E302 flake8 errors 2017-07-17 01:44:23 +02:00
metafunc.py Turn warnings into errors in pytest's own test suite 2017-07-22 21:44:18 -03:00
raises.py Fixed E303 flake8 errors 2017-07-17 01:44:23 +02:00
setup_only.py Turn warnings into errors in pytest's own test suite 2017-07-22 21:44:18 -03:00
setup_plan.py Improve commenting for setupplan unittest. 2016-06-25 12:21:31 +02:00
show_fixtures_per_test.py fix 'DoctestItem' object has no attribute '_fixtureinfo' 2017-09-19 12:41:12 +02:00