mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-04 10:32:18 +01:00
tests: updated expected variable in all expected.py files
This commit is contained in:
@@ -2,7 +2,7 @@ from pathlib import Path
|
||||
|
||||
from pytiled_parser import tileset
|
||||
|
||||
expected = tileset.TileSet(
|
||||
EXPECTED = tileset.TileSet(
|
||||
columns=8,
|
||||
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
|
||||
image_height=199,
|
||||
|
||||
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
from pytiled_parser import tileset
|
||||
from pytiled_parser.common_types import Color
|
||||
|
||||
expected = tileset.TileSet(
|
||||
EXPECTED = tileset.TileSet(
|
||||
columns=8,
|
||||
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
|
||||
image_height=199,
|
||||
|
||||
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
from pytiled_parser import tileset
|
||||
from pytiled_parser.common_types import Color
|
||||
|
||||
expected = tileset.TileSet(
|
||||
EXPECTED = tileset.TileSet(
|
||||
columns=8,
|
||||
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
|
||||
image_height=199,
|
||||
|
||||
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
from pytiled_parser import tileset
|
||||
from pytiled_parser.common_types import Color
|
||||
|
||||
expected = tileset.TileSet(
|
||||
EXPECTED = tileset.TileSet(
|
||||
columns=8,
|
||||
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
|
||||
image_height=199,
|
||||
|
||||
Reference in New Issue
Block a user