Re: [SailfishDevel] Python unit tests

2018-09-01 Thread jolla
Am 01.09.2018 um 11:30 schrieb Trolli Schmittlauch: > Hi Thomas, Hi Trolli, > Have you considered working on GPodder for SailfishOS [1] instead of starting > something new? The code is open and that project is also on my list of > potential things to work on, though I haven't had time so far. >

[SailfishDevel] Python unit tests

2018-07-04 Thread Thomas Renard
Hi there, I am just developing another podcast player with python and qml. Because of now designing a not so simple data/class structure I would like to test it (e. g. on the target device). Are unit tests with python (aka nosetests) possible on the target from QtCreator? How does the workflow lo