-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathjunit-unit.xml
More file actions
34 lines (34 loc) · 2.8 KB
/
junit-unit.xml
File metadata and controls
34 lines (34 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="3" failures="0" skipped="0" tests="3" time="1.881" timestamp="2025-07-08T16:41:30.877481-04:00" hostname="Ramseys-MacBook-Pro.local"><testcase classname="" name="tests.unit.test_config_space_manager" time="0.000"><error message="collection failure">ImportError while importing test module '/Users/ramseymcgrath/code/PCILeechFWGenerator/tests/unit/test_config_space_manager.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/test_config_space_manager.py:8: in <module>
from src.device_clone.config_space_manager import (
src/device_clone/__init__.py:18: in <module>
from .behavior_profiler import (
src/device_clone/behavior_profiler.py:30: in <module>
from scripts.kernel_utils import setup_debugfs
E ModuleNotFoundError: No module named 'scripts'</error></testcase><testcase classname="" name="tests.unit.test_device_config" time="0.000"><error message="collection failure">ImportError while importing test module '/Users/ramseymcgrath/code/PCILeechFWGenerator/tests/unit/test_device_config.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/test_device_config.py:10: in <module>
from src.device_clone.device_config import (
src/device_clone/__init__.py:18: in <module>
from .behavior_profiler import (
src/device_clone/behavior_profiler.py:30: in <module>
from scripts.kernel_utils import setup_debugfs
E ModuleNotFoundError: No module named 'scripts'</error></testcase><testcase classname="" name="tests.unit.test_manufacturing_variance" time="0.000"><error message="collection failure">ImportError while importing test module '/Users/ramseymcgrath/code/PCILeechFWGenerator/tests/unit/test_manufacturing_variance.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/test_manufacturing_variance.py:8: in <module>
from src.device_clone.manufacturing_variance import (
src/device_clone/__init__.py:18: in <module>
from .behavior_profiler import (
src/device_clone/behavior_profiler.py:30: in <module>
from scripts.kernel_utils import setup_debugfs
E ModuleNotFoundError: No module named 'scripts'</error></testcase></testsuite></testsuites>