##// END OF EJS Templates
test-pattern: substitute common compression list...
Boris Feld -
r35069:3abdd7da default
parent child Browse files
Show More
@@ -0,0 +1,9 b''
1 # common patterns in test at can safely be replaced
2 from __future__ import absolute_import
3
4 substitutions = [
5 # list of possible compressions
6 (br'zstd,zlib,none,bzip2',
7 br'$USUAL_COMPRESSIONS$'
8 ),
9 ]
General Comments 0
You need to be logged in to leave comments. Login now