We should write unit tests to test everything as a whole to ensure the code is solid before adding more complex interaction with the GUI interface. This will function the same way as our current unit tests but involve calls to all sections from main rather than testing individual methods.
We should write unit tests to test everything as a whole to ensure the code is solid before adding more complex interaction with the GUI interface. This will function the same way as our current unit tests but involve calls to all sections from main rather than testing individual methods.