marscher
|
09d163aa3a
|
[exception handling] Fix case the current working directory (CWD) gets deleted during testing.
Fixes #1235.
|
2016-06-08 15:18:23 +02:00 |
Florian Bruhin
|
c24e8e01b4
|
Fix TracebackItem documentation in pytest.code
The TracebackItem class does not exist, but it seems the docstrings refer to
TracebackEntry.
|
2016-04-20 08:35:17 +02:00 |
Martin Prusse
|
7ce5873da2
|
Perform a "unicode aware" check for maximum recursion depth error
Avoid errors `UnicodeErrosr`s due non maximum recursion depth errors
when checking for those errors.
|
2016-04-08 23:32:18 -03:00 |
Bruno Oliveira
|
d8403d793f
|
Fix decoding issue while formatting SyntaxErrors during collection
This happens only in Python 2, as in Python 3 we receive
the "badline" in the exception is already properly encoded
Fix #578
|
2016-03-05 16:58:50 -03:00 |
Bruno Oliveira
|
7a6f902f6f
|
Drop assertionnew and assertionold from _pytest._code
|
2016-01-25 23:18:04 -02:00 |
Bruno Oliveira
|
a912d3745b
|
Moved py.code code over to py.test
Fix #103
|
2016-01-25 23:18:04 -02:00 |