Skip to content

Commit 736e6b1

Browse files
authored
Merge pull request #4819 from mwichmann/test/runtest-logging
Adapt runtest.py to use Python logging
2 parents c406392 + 9747390 commit 736e6b1

File tree

22 files changed

+387
-459
lines changed

22 files changed

+387
-459
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
4848
- All functions/classes/non-dunder methods in Environment have docstrings.
4949
- Docbook tests: improve skip message, more clearly indicate which test
5050
need actual installed system programs (add -live suffix).
51+
- Test runner reworked to use Python logging; the portion of the test suite
52+
which tests the runner was adjusted to match.
5153

5254

5355
RELEASE 4.10.1 - Sun, 16 Nov 2025 10:51:57 -0700

RELEASE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ IMPROVEMENTS
4848
an override. Also, if override dict is empty, don't even call the
4949
Override factory function.
5050

51+
- Test runner reworked to use Python logging; the portion of the test suite
52+
which tests the runner was adjusted to match.
53+
5154
PACKAGING
5255
---------
5356

0 commit comments

Comments
 (0)