Created a global object to facilitate access to globals variables
Moved the loading responsibilities from the controller to the global object
Made some modifications to infection_test.py
-- Code didn't work anymore
-- Trying to repurpose into a unit test
Created a Logger object that doesn't do anything: NoLog
-- To not create logs for the unit tests
Obs: Only the controller was modified to use the global variables for now, since I didn't want to spend much time refactoring all the code again. The idea is to use it during the redesign.
Created a global object to facilitate access to globals variables
Moved the loading responsibilities from the controller to the global object
Made some modifications to infection_test.py -- Code didn't work anymore -- Trying to repurpose into a unit test
Created a Logger object that doesn't do anything: NoLog -- To not create logs for the unit tests
Obs: Only the controller was modified to use the global variables for now, since I didn't want to spend much time refactoring all the code again. The idea is to use it during the redesign.