tests: fix tileset tests to work with new test_data file structure

This commit is contained in:
Darren Eberly
2020-06-06 15:08:35 -04:00
parent 732a5a52b0
commit 6c3e6af0a6
11 changed files with 62 additions and 46 deletions

View File

@@ -5,7 +5,7 @@ from pytiled_parser.common_types import Color, OrderedPair
EXPECTED = tileset.TileSet(
columns=8,
image=Path("../../maps/images/tmw_desert_spacing.png"),
image=Path("../../images/tmw_desert_spacing.png"),
image_height=199,
image_width=265,
margin=1,