[elbe-devel] [PATCH 0/6] tests: move test parameters to subtests

Thomas Weißschuh thomas.weissschuh at linutronix.de
Tue Mar 5 16:36:07 CET 2024


The custom test-parameterization is not compatible with pytest.
As pytest is more featureful than our own test runner prepare for
switching over.

---
Thomas Weißschuh (6):
      elbepack: test_flake8: migrate to subtests
      elbepack: test_preproc: migrate to subtests
      elbepack: test_doctest: migrate to subtests
      elbepack: test_xml: migrate to subtests
      elbepack: test: drop custom parameterization
      tests: provide compatibility with pytest

 conftest.py                    |   9 ++++
 elbepack/commands/test.py      |  24 +--------
 elbepack/tests/test_doctest.py |  25 +++-------
 elbepack/tests/test_flake8.py  |  21 ++++----
 elbepack/tests/test_preproc.py |  21 ++++----
 elbepack/tests/test_xml.py     | 107 ++++++++++++++++++++---------------------
 6 files changed, 91 insertions(+), 116 deletions(-)
---
base-commit: 8baa3ca9d6d8ec3f78919706ad156f31d0798e54
change-id: 20240305-subtests-2eb30510b642

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list