Hello,
I’m developing an application using iced, and I was wondering if there was a solution to run unit and/or integration test ?
Hello,
I’m developing an application using iced, and I was wondering if there was a solution to run unit and/or integration test ?
I am not aware of any specific libary to test the ui of iced. But of course you can unittest the update function of your application just like any other function.