tests(layer): Base64 with uncompressed, gzip, and zlib type tests.

This commit is contained in:
Darren Eberly
2020-07-27 20:57:18 -04:00
parent 67514eed71
commit 7211a14c98
14 changed files with 407 additions and 204 deletions

View File

@@ -15,6 +15,9 @@ LAYER_TESTS = TEST_DATA / "layer_tests"
ALL_LAYER_TESTS = [
LAYER_TESTS / "all_layer_types",
LAYER_TESTS / "b64",
LAYER_TESTS / "b64_gzip",
LAYER_TESTS / "b64_zlib",
]