[LTP] [PATCH v1 0/2] kirk: add --run-pattern option
Andrea Cervesato
andrea.cervesato@suse.de
Thu Feb 13 14:37:27 CET 2025
From: Andrea Cervesato <andrea.cervesato@suse.com>
Add a new option --run-pattern to execute tests which are matching a
certain name pattern. For example, "sendfile" will execute all tests
which have "sendfile" inside their name.
This patch-set also removes some linting tests on multiple python
versions, since we always test the same linging configurations over
all python versions and that's not really needed.
Andrea Cervesato (2):
ci: test linting only with python 3.9
options: add new --run-pattern
.github/workflows/linting.yml | 11 +------
libkirk/main.py | 8 +++++-
libkirk/session.py | 54 ++++++++++++++++++++++++++++++++---
libkirk/tests/test_session.py | 13 +++++++++
4 files changed, 71 insertions(+), 15 deletions(-)
--
2.43.0
More information about the ltp
mailing list