Skip to content

Add dry run for create_issues

Jason Yavorska requested to merge jyavorska-master-patch-74036 into master

This uses a mock to simulate 31 days of possible outputs. If the program would crash on that day, it would crash now during the test also. This will help catch issues where it does not fail until a certain day of the month.

The mock is a little verbose because of the way the class is structured but that could be iterated on another time.

Edited by Jason Yavorska

Merge request reports