From 879ec08254c993a7fb5a8a48f81f508c6b58f8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Mon, 25 Jul 2022 13:10:22 +0200 Subject: [PATCH] Fix: Search for all tests. (Redmine issue: #7587) --- nose2.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nose2.cfg b/nose2.cfg index a7850f00..b1ea5d96 100644 --- a/nose2.cfg +++ b/nose2.cfg @@ -1,2 +1,4 @@ [unittest] plugins = nose2.plugins.junitxml +start-dir = lib +test-file-pattern=*.py -- GitLab