a80f6e6
1
2
3
4
5
6
7
8
import pytest @pytest.mark.compile def test_placeholder() -> None: """Used for compiling integration tests without running any real tests.""" pass