test: add exec render tests

This commit is contained in:
banteg
2025-12-29 03:04:27 +04:00
parent 7e245ef997
commit 6ec5469a0b
3 changed files with 59 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src"))