From 230ce7f0613816bd7daf1f615bca443d6c5aa7d5 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Feb 08 2021 11:04:29 +0000 Subject: Tests: Amend the comment for TESTED_FILES Arguably, this is easier. --- diff --git a/tests/test_evals.py b/tests/test_evals.py index d460e3f..0c802c1 100644 --- a/tests/test_evals.py +++ b/tests/test_evals.py @@ -12,12 +12,8 @@ XY = f'{sys.version_info[0]}{sys.version_info[1]}' # Handy environment variable you can use to run the tests # with modified macros files. Multiple files should be # separated by colon. -# To get 'em all, run: -# ls -1 macros.* | tr "\n" ":" -# and then: -# TESTED_FILES="" pytest -v -# or both combined: -# TESTED_FILES=$(ls -1 macros.* | tr "\n" ":") pytest -v +# 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. TESTED_FILES = os.getenv("TESTED_FILES", None)