Files
openttd-client/pytest.ini
kovagoadi aebd5f4ef5
Some checks failed
Continuous Integration / lint-and-security (pull_request) Failing after 39s
Continuous Integration / tests-and-coverage (pull_request) Successful in 24s
Add admin port support with other major refactorations
2026-06-29 19:47:48 +02:00

6 lines
135 B
INI

[pytest]
pythonpath = lib
markers =
e2e: End-to-end tests requiring a running OpenTTD server.
unit: Fast in-memory unit tests.