You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking at #639, I wanted to run test_kpis.py in order to test the new kpi implementation. This script uses results from testcase2 and testcase3 to obtain the kpi values.
Running all the tests resulted in the error below, where the specified directory can not be found. This snapshot clarifies it crashes for testcase2, but the same error shows for testcase3.
Is running test_kpis.py directly the correct way to see if the defined kpis are behaving correctly, or is there another dedicated file doing this without errors? In case of the former, I'll have a look at how to refer to the correct directory.
The text was updated successfully, but these errors were encountered:
@Jaap-Neven Thanks for reporting. The best way to run the tests is outlined in /testing/README.md. There you can find instructions for the kpi test, which actually is run within a docker container. Admittedly, this README and those tests were written a while ago and could probably use some updating to make running code easier for dubugging and new users, and potentially make the README more accurate if there have been changes not reflected there in terms of instructions.
While looking at #639, I wanted to run test_kpis.py in order to test the new kpi implementation. This script uses results from testcase2 and testcase3 to obtain the kpi values.
Running all the tests resulted in the error below, where the specified directory can not be found. This snapshot clarifies it crashes for testcase2, but the same error shows for testcase3.
Is running test_kpis.py directly the correct way to see if the defined kpis are behaving correctly, or is there another dedicated file doing this without errors? In case of the former, I'll have a look at how to refer to the correct directory.
The text was updated successfully, but these errors were encountered: