mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-29 15:49:49 +01:00
yay
This commit is contained in:
18
tests/unit2/test_parser.py
Normal file
18
tests/unit2/test_parser.py
Normal file
@@ -0,0 +1,18 @@
|
||||
import pytest
|
||||
|
||||
import xml.etree.ElementTree as etree
|
||||
|
||||
from typing import Callable
|
||||
|
||||
from pytiled_parser import xml_parser
|
||||
|
||||
|
||||
def _get_root_element(xml: str) -> Callable:
|
||||
pass
|
||||
|
||||
|
||||
layer_data = []
|
||||
|
||||
|
||||
def test_parse_layer(element, expected):
|
||||
pass
|
||||
Reference in New Issue
Block a user