Add test for external tileset in different directory than the map

This commit is contained in:
Darren Eberly
2021-04-25 21:08:44 -04:00
parent 4335cb417e
commit 3ad32b1532
7 changed files with 382 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ TEST_DATA = TESTS_DIR / "test_data"
MAP_TESTS = TEST_DATA / "map_tests"
ALL_MAP_TESTS = [
MAP_TESTS / "external_tileset_dif_dir",
MAP_TESTS / "no_layers",
MAP_TESTS / "no_background_color",
MAP_TESTS / "hexagonal",