Negative test if neither doubling-time nor date-first-hospitalized are defined
Integration test to run a five-day simulation and verify the results.
Additional info
Functionality of method main in module cli has been has been extracted to a method run in order to support testing by injecting custom arguments.
The integration test uses the system date as current date and does not define the current-date argument. This is due to the fact that even with current-date the system date has an impact on the results.
Link to issue
Add tests for the cli Fixes: #358
Changelog entry
Additional info