pytest2/testing/code
Ran Benita 307add025b Simplify a FormattedExcinfo test
The previous test was better in that it used fakes to test all of the
real code paths. The problem with that is that it makes it impossible to
simplify the code with `isinstance` checks. So let's just simulate the
issue directly with a monkeypatch.
2019-11-16 17:22:09 +02:00
..
test_code.py Move TWMock class to a fixture 2019-08-26 11:32:57 -03:00
test_excinfo.py Simplify a FormattedExcinfo test 2019-11-16 17:22:09 +02:00
test_source.py Remove unneeded getrawcode() calls from tests 2019-11-16 17:22:08 +02:00