Add test configuration and unit tests
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 15:57:36 +00:00
parent 5620540e0c
commit 68878bb4b7

View File

@@ -0,0 +1,8 @@
"""Configuration for tests."""
import sys
from pathlib import Path
import pytest
sys.path.insert(0, str(Path(__file__).parent.parent))