Use logger.info() for general information about the program's execution. Example: Indicating the start and end of significant operations. Use logger.warning() to indicate that something unexpected ...
Testing is set up using pytest and coverage is handled with the pytest-cov plugin. Run your tests with py.test in the root directory. Coverage is ran by default and is set in the pytest.ini file. To ...