X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=tests%2Frun_tests.py;fp=tests%2Frun_tests.py;h=bc1c09ba6fc636393ba49ab95d92398836b251bf;hb=33deb4df80de733ac25c4d4061c18b2e0eac39e7;hp=6d6c0b8b97ed0181589f9f71154a8c0a00a0877b;hpb=300300e13b91ed6a382ccbb1d7bdb3e3c3c46788;p=python_utils.git diff --git a/tests/run_tests.py b/tests/run_tests.py index 6d6c0b8..bc1c09b 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -27,7 +27,7 @@ import text_utils import thread_utils logger = logging.getLogger(__name__) -args = config.add_commandline_args(f'({__file__})', 'Args related to __file__') +args = config.add_commandline_args(f'({__file__})', f'Args related to {__file__}') args.add_argument('--unittests', '-u', action='store_true', help='Run unittests.') args.add_argument('--doctests', '-d', action='store_true', help='Run doctests.') args.add_argument('--integration', '-i', action='store_true', help='Run integration tests.')