mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
big time reset, we are not using TMX anymore, but instead using the JS format because it is way simpler to parse
4 lines
59 B
Python
4 lines
59 B
Python
import pytest
|
|
|
|
pytest.main(["--tb=native", "-s", "tests"])
|