Skip to content

1.38.30: Discover and run unit tests from check.py (#1948)

Compare
Choose a tag to compare
@kripken kripken released this 21 Mar 14:00
fe0b16a
unittest is Python's standard testing framework, so this change allows
arbitrary tests to be written without introducing any new dependencies
or code in check.py. A new test that was not possible to write before
is also included. It is the first of many.