We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
launch.py is integrated with UnitTest framework. You have two options of how to run them:
launch.py
./launch.py test
./launch.py test -x -o unit_test_results.xml
List of unit cases is configurable and defined in settings.py:
test_cases = [ 'tests.test_time_helper', 'tests.test_repeat_timer', ]
Developer should list his/her unit cases to enlist them into test plan.