test_ok2/testing/python
Kale Kundert 8badb47db6
Implement suggestions from code review.
- Avoid importing numpy unless necessary.

- Mention numpy arrays and dictionaries in the docs.

- Add numpy to the list of tox dependencies.

- Don't unnecessarily copy arrays or allocate empty space for them.

- Use code from compat.py rather than writing py2/3 versions of things
  myself.

- Avoid reimplementing __repr__ for built-in types.

- Add an option to consider NaN == NaN, because sometimes people use NaN
  to mean "missing data".
2017-06-15 09:19:10 -07:00
..
approx.py Implement suggestions from code review. 2017-06-15 09:19:10 -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