Actions
action #94315
closed[learning][easy][beginner] Add test coverage for mouse_tclick testapi function
Start date:
2021-06-22
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
This is one of the beginner's tasks we came up with for GSoC, for getting more familiar with os-autoinst and our review workflow in general.
Acceptance criteria¶
- AC1: mouse_tclick is covered by at least one unit test
Suggestions¶
- try breaking
mouse_dclick
andmouse_tclick
intestapi.pm
to verify how your test behaves - add a new subtest for
assert_and_tclick
tot/03-testapi.t
Further details¶
entrance level issue
Updated by livdywan over 3 years ago
- Project changed from QA (public) to openQA Project (public)
- Description updated (diff)
- Category set to Feature requests
- Status changed from New to Workable
- Target version set to Ready
Updated by livdywan over 3 years ago
- Subject changed from Add test coverage for mouse_tclick to Add test coverage for mouse_tclick testapi function
Updated by okurz over 3 years ago
- Subject changed from Add test coverage for mouse_tclick testapi function to [learning] Add test coverage for mouse_tclick testapi function
- Priority changed from Normal to Low
Updated by Anonymous over 3 years ago
- Status changed from Workable to In Progress
- Assignee set to Anonymous
- Start date changed from 2021-06-21 to 2021-06-22
Updated by livdywan over 3 years ago
Updated by okurz over 3 years ago
- Due date set to 2021-12-01
- Target version changed from Ready to future
The above PR is replaced by https://github.com/os-autoinst/os-autoinst/pull/1711 and/or https://github.com/os-autoinst/os-autoinst/pull/1702 which can be followed up with anytime
Updated by okurz over 2 years ago
- Tags set to easy, beginner, entrance level
- Subject changed from [learning] Add test coverage for mouse_tclick testapi function to [learning][easy][beginner] Add test coverage for mouse_tclick testapi function
- Description updated (diff)
- Due date deleted (
2021-12-01) - Status changed from In Progress to New
Updated by okurz about 2 years ago
- Status changed from New to Feedback
- Assignee set to okurz
- Target version changed from future to Ready
Doing that myself as part of https://github.com/os-autoinst/os-autoinst/pull/2188 to have test coverage for changed functions
Actions