From 187e049d6cf796b692e608043f781c0e0b98b95f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 8 Apr 2021 15:39:13 +0200 Subject: [PATCH] Document a TESTED_FILES value that currently works --- tests/test_evals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_evals.py b/tests/test_evals.py index 6a67e32..43216ca 100644 --- a/tests/test_evals.py +++ b/tests/test_evals.py @@ -15,7 +15,8 @@ XY = f'{sys.version_info[0]}{sys.version_info[1]}' # You can use * if you escape it from your Shell: # TESTED_FILES='macros.*' pytest -v # Remember that some tests might need more macros files than just -# the local ones. +# the local ones. You might need to use: +# TESTED_FILES='/usr/lib/rpm/macros:/usr/lib/rpm/platform/x86_64-linux/macros:macros.*' TESTED_FILES = os.getenv("TESTED_FILES", None)