summaryrefslogtreecommitdiff
path: root/tests/test_utils/test_simpletestcase.py
AgeCommit message (Collapse)Author
2019-10-18Fixed #27391 -- Implemented SimpleTestCase.debug().Pavel Savchenko
debug() should bubbled up exceptions if occurring in test, but behave the same as run() when no exceptions occurred.
2019-10-18Refs #27391 -- Added more tests for SimpleTestCase.Pavel Savchenko