The tests for the robot module fail when run after the tests for the logging module. The tests fail, because the logger debug and error statements in the robot module tests are not being written to a logger file. However, the robot module tests pass when run before the logging module tests. We believe this may be due to changing the global logger file name in one of the logging module tests.
The unit tests can be found in my forked repository.
🐛 Bug Report
The tests for the robot module fail when run after the tests for the logging module. The tests fail, because the logger debug and error statements in the robot module tests are not being written to a logger file. However, the robot module tests pass when run before the logging module tests. We believe this may be due to changing the global logger file name in one of the logging module tests.
The unit tests can be found in my forked repository.