Skip to content
Snippets Groups Projects
Commit 3abdd7da authored by Boris Feld's avatar Boris Feld
Browse files

test-pattern: substitute common compression list

The compression list as to be matched with a glob because zstd might not be part
of the option. By using a substitution for these, we won't have to re-glob them
over and over.
parent 4fb489a9
No related branches found
No related tags found
No related merge requests found
# common patterns in test at can safely be replaced
from __future__ import absolute_import
substitutions = [
# list of possible compressions
(br'zstd,zlib,none,bzip2',
br'$USUAL_COMPRESSIONS$'
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment