TimeMachineTest is a specific init function that initializes Time Machine for testing. Unfortunately it was implemented as a separate class that shadows the original class. Since the original implementation already has a "testing" parameter, we should either use that parameter and put the test initialization into the main TimeMachine class or find a different way to setup Time Machine for testing without requiring a separate class.
TimeMachineTestis a specific init function that initializes Time Machine for testing. Unfortunately it was implemented as a separate class that shadows the original class. Since the original implementation already has a "testing" parameter, we should either use that parameter and put the test initialization into the mainTimeMachineclass or find a different way to setup Time Machine for testing without requiring a separate class.