Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH v1 0/2] kirk: add --run-pattern option
@ 2025-02-13 13:37 Andrea Cervesato
  2025-02-13 13:37 ` [LTP] [PATCH v1 1/2] ci: test linting only with python 3.9 Andrea Cervesato
  2025-02-13 13:37 ` [LTP] [PATCH v1 2/2] options: add new --run-pattern Andrea Cervesato
  0 siblings, 2 replies; 5+ messages in thread
From: Andrea Cervesato @ 2025-02-13 13:37 UTC (permalink / raw)
  To: ltp

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-02-14 10:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-13 13:37 [LTP] [PATCH v1 0/2] kirk: add --run-pattern option Andrea Cervesato
2025-02-13 13:37 ` [LTP] [PATCH v1 1/2] ci: test linting only with python 3.9 Andrea Cervesato
2025-02-13 13:37 ` [LTP] [PATCH v1 2/2] options: add new --run-pattern Andrea Cervesato
2025-02-14 10:16   ` Cyril Hrubis
2025-02-14 10:48     ` Andrea Cervesato via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox