This commit is contained in:
Dobromir Popov
2025-07-23 13:39:41 +03:00
parent 944a7b79e6
commit df17a99247
13 changed files with 663 additions and 695 deletions

View File

@ -23,6 +23,7 @@ import os
import subprocess
import logging
from pathlib import Path
from safe_logging import setup_safe_logging
# Add project root to path
project_root = Path(__file__).parent
@ -149,7 +150,7 @@ def run_all_tests():
def main():
"""Main test runner"""
setup_logging()
setup_safe_logging()
# Parse command line arguments
if len(sys.argv) > 1: