[elbe-devel] [PATCH v3 0/3] Extended test command
Olivier Dion
dion at linutronix.de
Fri Jun 26 17:15:47 CEST 2020
* Change since v1
- Remove running tests in their own address space
- Handle skipped tests
- Add junit XML output
- Add filtered method called 'parallel' (I don't have a good name
for that option) that allows to run specific tests according to a
node ID and the number of node (auto tests)
- Remove level as a filetring option. Use the skipIf decorator
instead
- Tests that are filtered out are ignored and does not appear in the
junit output
* Change since v2
- Add 'delete' method to TmpFilesystem to force rmtree on doctest
filesystem.
* Missing review
- [PATCH v3 3/3] tests test_doctest: Make doctests use ElbeTestCase
Olivier Dion (3):
commands: test: Extended testing
tests test_efilesystem: Delete temporary fs
tests test_doctest: Make doctests use ElbeTestCase
elbepack/commands/test.py | 182 ++++++++++++++++++++++++++++-
elbepack/filesystem.py | 5 +-
elbepack/tests/test_doctest.py | 25 +++-
elbepack/tests/test_efilesystem.py | 4 +
4 files changed, 207 insertions(+), 9 deletions(-)
--
2.27.0
More information about the elbe-devel
mailing list