1. Set up your programming and environment and MSDscript project so that you can check test coverage. Be prepared to demonstrate (on you machine) for someone else that you have 100% line coverage for your implementation so far (not necessarily counting main
or command-line handling).
2. Set up your GitHub project with an action to run tests when you push to the main branch. That will not only help you make sure tests always pass, it will allow the instructor/TA to confirm that tests at least pass when looking at your code.