test(layer_tests): add b64 and csv examples

with compression
This commit is contained in:
Benjamin Kirkbride
2020-07-25 00:00:57 -04:00
parent 7e59cc89d1
commit b708de98b3
13 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from pytiled_parser import common_types, layer
EXPECTED = [layer.TileLayer(name="Tile Layer 1", opacity=1, visible=True)]