Closed WildJimmy closed 11 months ago
it is unnecessary to do the unit testing
True, but then I still feel like it's a good idea to at least get rid of the run action so you don't get a unit test action failed notification for every pull request. Or maybe the file should just be deleted altogether if that's preferable
you are right jimmy
Your unit testing action always fails because it attempts to run a nonexistant File named tests.py https://github.com/ubsuny/23-Homework7G2/blob/dd8eb5b5f328ad947ecca1edeb38c96e8dac04f8/.github/workflows/Unittesting.yml#L21 so I removed this statement in this pull request (https://github.com/ubsuny/23-Homework7G2/pull/50) since the unit testing is unnecessary for this project. Please look it over and see if you agree @AhmedCode99