test_ok1/testing/python
Kale Kundert bf97d5b817 Use the plus/minus unicode symbol in the repr string.
This was a challenge because it had to work in python2 and python3,
which have almost opposite unicode models, and I couldn't use the six
library.  I'm also not sure the solution I found would work in python3
before python3.3, because I use the u'' string prefix which I think was
initially not part of python3.
2016-03-07 16:40:41 -08:00
..
approx.py Use the plus/minus unicode symbol in the repr string. 2016-03-07 16:40:41 -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