test_ok2/_pytest/_code
Florian Bruhin b607f6728f Filter selectively with __tracebackhide__
When __tracebackhide__ gets set to an exception type or list/tuple of
exception types, only those exceptions get filtered, while the full
traceback is shown if another exception (e.g. a bug in a assertion
helper) happens.
2016-04-20 10:25:33 +02:00
..
__init__.py Drop assertionnew and assertionold from _pytest._code 2016-01-25 23:18:04 -02:00
_py2traceback.py Fix decoding issue while formatting SyntaxErrors during collection 2016-03-05 16:58:50 -03:00
code.py Filter selectively with __tracebackhide__ 2016-04-20 10:25:33 +02:00
source.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00