Files
bakery-ia/services/training/tests/results/junit_end_to_end.xml
2025-07-25 13:31:54 +02:00

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 &quot;UnboundLocalError: cannot access local variable 'np' where it is not associated with a value&quot;">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 &quot;TypeError: 'str' object is not callable&quot;">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>