Carlos Diaz
Carlos Diaz
I agree, but what do you mean by render test? I've been seeing some talks about how to test Qt projects, and I was thinking on using the same approach...
Did a test for 2522, just to test the new test improvements, I got the value of `expected_start_angle` after running the test and letting it fail. But I don't understand...
I find this article very useful to assign names to test, maybe you find it interesting https://www.codurance.com/publications/2014/12/13/naming-test-classes-and-methods
@kisvegabor have you felt the need to add mocking capability to the test suite? I've worked a bit with a framework named [fff](https://github.com/meekrosoft/fff) and [CMock](https://github.com/ThrowTheSwitch/CMock) (also from ThrowTheSwitch). We could...
Do you have any priority list for adding tests? I've seen some interesting bugs in the calendar widget. Also, one question, when the checkbox state is disabled and the user...
Hi, no, but I was wondering if we can replicate it using unit tests.
@kisvegabor I think we should update the list of widgets on the first commit. Do you want me to add test for a particular widget next?
> At first I added only the core widgets and not the ones from the extra folder. I suggest finishing these first and opening a new issue for the rest....
> > > Update. Let me know if I missed something. It's all good, I will add the tests for the widgets you requested on the coming weeks. I've just...
No problem, thanks for fixing it.