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
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.
The text was updated successfully, but these errors were encountered:
🐛 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.
The text was updated successfully, but these errors were encountered: