exa: init pkg (#16553)

This commit is contained in:
Erick Friis
2024-01-24 20:57:17 -07:00
committed by GitHub
parent c4e9c9ca29
commit adc008407e
27 changed files with 1521 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
import pytest
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""
pass