Closed sommersoft closed 3 years ago
@dherrada brought it to my attention that my last PR containing changes to allow/add tests, broke output file generation for reports.
The problem was the use of global scoped variables, that was broken by adding a main function.
main
This fix does what I should've done from the beginning, and utilizes logging to allow for multiple outputs.
logging
Also added tests for output file generation.
@dherrada brought it to my attention that my last PR containing changes to allow/add tests, broke output file generation for reports.
The problem was the use of global scoped variables, that was broken by adding a
main
function.This fix does what I should've done from the beginning, and utilizes
logging
to allow for multiple outputs.Also added tests for output file generation.