makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

[Feature Request] Add Unit Tests #75

Open Sploder12 opened 2 years ago

Sploder12 commented 2 years ago

Is your feature request related to a problem? Please describe.

Unit Testing would provide a more structured way to verify any changes still function as intended. It would assist in bug-fixing and ensuring incoming changes don't break unrelated systems.

Describe the solution you'd like

Unit tests like those taught in CSE 116 would be beneficial.

Describe alternatives you've considered

No Unit tests and sad code.

WeirdAlex03 commented 1 year ago

Do we know of any good Python testing libraries to get started with?

emilkovacev commented 1 year ago

Pytest is an excellent unit testing library!