[test automation] add support for test config

This commit is contained in:
Sixian Yi 2025-01-07 00:14:43 -08:00
parent bf4c5eefff
commit 6d69ac6a1c

View file

@ -9,6 +9,7 @@ from collections import defaultdict
from pathlib import Path from pathlib import Path
from typing import Any, Dict, List, Optional from typing import Any, Dict, List, Optional
import yaml
import pytest import pytest
import yaml import yaml