ubsuny / 23-Homework5G2

MIT License
0 stars 10 forks source link

Made some revisions to your unit testing action #49

Open WildJimmy opened 10 months ago

WildJimmy commented 10 months ago

When running your unit test, you should be executing pytest (your unit test file), not the algorithm itself, as on line https://github.com/ubsuny/23-Homework5G2/blob/2597690425b448e2b57ddcfa84a8ed2c65d3ed94/.github/workflows/Unittesting.yml#L21. I fixed this, as well as updating your requirements file to ensure the necessary dependencies are installed when unit testing

WildJimmy commented 10 months ago

Please consider accepting my request, or let me know what I can do to improve it!