midca
midca copied to clipboard
test_all_examples.py
The file midca/tests/test_all_examples.py throws the following errors on files which should be more specific to the error being related to Running ROS on a machine not connected to Neo. examples/ObjectDetector.py...............................................................[FAILED during initialization] examples/Calibrate.py............................................................................[FAILED during initialization]
Yes, that is true there are example files in there that need other third-party applications like ROS to test. So, I have updated the test_all_examples.py file to ignore those files for now.
Add global var to indicate libraries and packages that are active (e.g., ROS).
So why is test_all_examples.py in a separate directory called "tests" ?