Update tests/test_utils_ask_yes_no.py
Run Pytest and Generate Reports / tests (push) Failing after 9s

This commit is contained in:
2025-07-07 14:40:08 +02:00
parent 71a28a2079
commit e5844bfdbd
+1 -1
View File
@@ -1,5 +1,5 @@
import pytest
import sys
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from slic.utils.ask_yes_no import *