Update tests/test_utils_ask_yes_no.py
Run Pytest and Serve Report via LocalTunnel / tests (push) Successful in 48s

This commit is contained in:
2025-07-07 21:30:04 +02:00
parent 9c0ce50383
commit 1589cfe16e
+1 -1
View File
@@ -1,4 +1,4 @@
import pytest
import pytest
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))