| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-26 | Refs #36936 - Adjusted tests to set PYTHON_COLORS environment variable. | Pete Rosenblum | |
| When "FORCE_COLOR" was set in the environment (such as in django-docker-box) several test cases that rely on string comparisons against exception messages or command line results would fail due to ANSI escape sequences being present in the output. This change resolved the issue by setting the "PYTHON_COLORS" environment variable to "0" for those specific tests, which takes precendence over the presence of "FORCE_COLOR". | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2019-10-18 | Fixed #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-18 | Refs #27391 -- Added more tests for SimpleTestCase. | Pavel Savchenko | |
