Files
2025-08-11 12:43:41 -04:00

7 lines
182 B
Python

import pytest # type: ignore[import-not-found]
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""