Closed thequicksort closed 4 years ago
A basic logger that can be used throughout the application:
from poretitioner.logger import getLogger # ... log = getLogger() log.info("Here's some info!")
Unit tests around logging and configuration
(Minor) Added isort arguments to match black styling (before there was a chance they could conflict).
nix-build
Description
A basic logger that can be used throughout the application:
Unit tests around logging and configuration
(Minor) Added isort arguments to match black styling (before there was a chance they could conflict).
Issues
12
Testing
Test Case: Unit tests pass
nix-build