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

@Arsenic-ATG May I work on this one?

ofekkr1 avatar Mar 20 '23 19:03 ofekkr1

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

ofekkr1 avatar Mar 23 '23 07:03 ofekkr1

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.

ofekkr1 avatar Mar 28 '23 09:03 ofekkr1