File size: 157 Bytes
ed4d993
 
 
 
 
 
 
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