mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-06 03:22:43 +01:00
tests(layer): Base64 with uncompressed, gzip, and zlib type tests.
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user