This commit is contained in:
Simon Sawicki 2024-02-16 01:15:52 +01:00
parent cecf886afd
commit 286b5c7a31
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ def run_tests(*tests, pattern=None, ci=False):
if run_core:
arguments.extend(['-m', 'not download'])
elif run_download:
arguments.extend(['test/test_download.py'])
arguments.extend(['-m', 'download'])
else:
arguments.extend(
f'test/test_download.py::TestDownload::test_{test}' for test in tests)