ColdIV / math-tool

math-tool - a school project
2 stars 0 forks source link

Add automated tests for the calculator functionality #26

Closed laser-shark closed 4 years ago

laser-shark commented 4 years ago

This PR introduces a way to test different functions automatically. Currently, it only has tests for the calculator functionality, but the idea is to add tests for different classes and functions as we progress. Can't be merged unless #25 is merged, because calculate_single() is added there.