pytest2/testing/python
Kale Kundert 42a7e0488d Properly handle inf, nan, and built-in numeric types.
This commit also:

- Dramatically increases the number of unit tests , mostly by borrowing
  from the standard  library's unit tests for math.isclose().

- Refactors approx() into two classes, one of which handles comparing
  individual numbers (ApproxNonIterable) and another which uses the
  first to compare individual numbers or sequences of numbers.
2016-03-11 08:49:26 -08:00
..
approx.py Properly handle inf, nan, and built-in numeric types. 2016-03-11 08:49:26 -08:00
collect.py Fix skip/xfail markers in parametrized arguments 2016-02-25 19:13:09 -03:00
fixture.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
integration.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
metafunc.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
raises.py Add expected exceptions to 'DID NOT RAISE' msg 2016-02-03 14:12:41 +03:00