Submitter | Boris Feld |
---|---|
Date | Nov. 13, 2017, 11:04 a.m. |
Message ID | <aaaceee35dc84c5a5a7f.1510571092@FB> |
Download | mbox | patch |
Permalink | /patch/25502/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/common-pattern.py b/tests/common-pattern.py new file mode 100644 --- /dev/null +++ b/tests/common-pattern.py @@ -0,0 +1,9 @@ +# 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$' + ), +]