5 lines
971 B
XML
5 lines
971 B
XML
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="2" failures="0" skipped="0" tests="2" time="1.455" timestamp="2025-07-25T11:22:45.219619" hostname="543df414761a"><testcase classname="tests.test_end_to_end.TestTrainingServiceEndToEnd" name="test_complete_training_workflow_api" time="0.034"><error message="failed on setup with "UnboundLocalError: cannot access local variable 'np' where it is not associated with a value"">tests/test_end_to_end.py:75: in real_bakery_data
|
|
temp = 15 + 12 * np.sin((date.timetuple().tm_yday / 365) * 2 * np.pi)
|
|
E UnboundLocalError: cannot access local variable 'np' where it is not associated with a value</error><error message="failed on teardown with "TypeError: 'str' object is not callable"">tests/conftest.py:464: in setup_test_environment
|
|
os.environ.pop(var, None)(scope="session")
|
|
E TypeError: 'str' object is not callable</error></testcase></testsuite></testsuites> |