Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Initial Unit/Integration test #398

Open owalk opened 7 months ago

owalk commented 7 months ago

Research testing lib for unit/integration test Research testing format for ideal test setup Research code coverage tool - no need to add, but be aware of. use if super easy

Within logic being tested, developed best practices for test cases. All edge cases covered, all logical paths tested, ECT.

Document!!! Add expectations according to the research above in a written document on expected practices.