test_ok1/testing/code
Daniel Hahler eb7a4e32ad saferepr: handle BaseExceptions
This causes INTERNALERRORs with pytest-django, which uses
`pytest.fail` (derived from `BaseException`) to prevent DB access, when
pytest then tries to e.g. display the `repr()` for a Django `QuerySet`
etc.

Ref: https://github.com/pytest-dev/pytest-django/pull/776
2019-11-06 22:08:10 +01:00
..
test_code.py Move TWMock class to a fixture 2019-08-26 11:32:57 -03:00
test_excinfo.py saferepr: handle BaseExceptions 2019-11-06 22:08:10 +01:00
test_source.py Clean up u' prefixes and py2 bytes conversions 2019-06-04 17:50:34 -07:00