navapbc / template-application-flask

Apache License 2.0
9 stars 4 forks source link

Make fixes to the logging setup for testing #153

Closed chouinar closed 1 year ago

chouinar commented 1 year ago

Ticket

TODO

Changes

Fix a few issues that were occurring when running tests with regards to logging.

  1. Test formatting no longer is broken during tests and maintains the user configured values
  2. Logs no longer get duplicated for every call to logging.init
  3. Made logging init into a class that handles entry and exit

Context for reviewers

todo

Testing

TODO

Running make test args="tests -s -vv" now looks like: Screen Shot 2023-03-08 at 3 04 37 PM

Which previously looked like: Screen Shot 2023-03-08 at 3 05 18 PM