[elbe-devel] [PATCH 0/3] Extended test command
Olivier Dion
dion at linutronix.de
Tue Jun 9 05:18:50 CEST 2020
This patchQ allows tests to run in parallel, be parameterized,
selected by level and selected by regex filtering.
The first commit goes into deep details of how this is all done.
The second commit adapts the doctests to this new system.
The last commit is a simple fixes that I encounter while making
this.
Olivier Dion (3):
commands test: Asynchronous testing
tests test_efilesystem: Delete temporary fs
tests test_doctest: Make doctests use ElbeTestCase
elbepack/commands/test.py | 215 ++++++++++++++++++++++++++++-
elbepack/tests/test_doctest.py | 28 +++-
elbepack/tests/test_efilesystem.py | 4 +
3 files changed, 239 insertions(+), 8 deletions(-)
--
2.27.0
More information about the elbe-devel
mailing list