This commit is contained in:
2026-05-13 09:37:42 -04:00
parent ca3469376a
commit 2889993a7d
40 changed files with 1583 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""Tests package."""
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))

View File

@@ -0,0 +1,8 @@
"""Example test module."""
import pytest
def test_example():
"""Example test function."""
assert True