test_ok2/testing/python
Kale Kundert 9f3122fec6
Add support for numpy arrays (and dicts) to approx.
This fixes #1994.  It turned out to require a lot of refactoring because
subclassing numpy.ndarray was necessary to coerce python into calling
the right `__eq__` operator.
2017-06-11 19:27:41 -07:00
..
approx.py Add support for numpy arrays (and dicts) to approx. 2017-06-11 19:27:41 -07:00
collect.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2017-05-03 19:04:53 -03:00
fixture.py Clean up warnings generated by pytest's own suite 2017-03-20 22:13:17 -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