[elbe-devel] [PATCH v2 0/3] Extended test command
Olivier Dion
dion at linutronix.de
Mon Jun 22 19:15:29 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
* Note
There's no way to specify the Python interpreter here. Since tests
are made with py3 in mind, this will not work if your interpreter is
set to py2 in the main script.
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/tests/test_doctest.py | 28 ++++-
elbepack/tests/test_efilesystem.py | 4 +
3 files changed, 206 insertions(+), 8 deletions(-)
--
2.27.0
More information about the elbe-devel
mailing list