wip
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user