- 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". |
||
---|---|---|
.. | ||
approx.py | ||
collect.py | ||
fixture.py | ||
integration.py | ||
metafunc.py | ||
raises.py | ||
setup_only.py | ||
setup_plan.py | ||
show_fixtures_per_test.py |