Qt-calculator icon indicating copy to clipboard operation
Qt-calculator copied to clipboard

Adding unit tests

Open ofekkr1 opened this issue 1 year ago ā€¢ 3 comments

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).

ofekkr1 avatar Mar 20 '23 19:03 ofekkr1