Qt-calculator
Qt-calculator copied to clipboard
Adding unit tests
Feature
As more features are being added to the calculator, we need to make sure that everything that was added before, is still working as intended.
Solution
This can be solved by adding unit tests from qt itself(although adding tests to an existing project is quite hard in qt).
@Arsenic-ATG May I work on this one?
@Arsenic-ATG I made a new PR at #32 , but the tests are still not automated(there is no direct way to test qt with github workflow, only with Cmake which has its own bugs on qt).
Anyone who wants to work on this issue, is more then welcome to try. Just make sure you write here before, so people wont work on the same thing.