trueagi-io / metta-wam

A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
8 stars 11 forks source link

include test execution time in the SHARED.UNITS results #100

Closed AdrickTench closed 1 month ago

AdrickTench commented 2 months ago

The /tmp/SHARED.UNITS test results should include the execution time for each test, so that information can be included as the time property for the testcase in the junit.xml we generate. See https://github.com/testmoapp/junitxml?tab=readme-ov-file#structure

AdrickTench commented 1 month ago

Time is being included now. Granted JUnit / allure may not be able to handle the microseconds precision, but we can dwim in into_junit.py if needed rather than lie about the times we record