Actions
action #62429
closed[functional][u] Fix test modules that are not in lib dir but are used as libraries / base class
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Refactor/Code Improvements
Target version:
SUSE QA (private) - Milestone 30
Start date:
2019-12-11
Due date:
% Done:
0%
Estimated time:
42.00 h
Difficulty:
easy
Description
You can find which modules are affected by removing ^use (base )?\"?$t\"?)
from tools/detect_unused_modules
and run that tool.
It should report all related modules.
- AC1:
^use (base )?\"?$t\"?)
is removed fromtools/detect_unused_modules
to prevent further use of the wrong directory - AC2: All existing baseclasses and libs are moved to lib directory.
Updated by dheidler almost 5 years ago
- Copied from action #60908: [functional][u] Fix the detect_unused_modules and update to also check in the yaml schedule files added
Updated by dheidler almost 5 years ago
- Status changed from New to Workable
- Estimated time set to 42.00 h
groomed
Updated by dheidler almost 5 years ago
- Status changed from Workable to In Progress
Updated by dheidler almost 5 years ago
Updated by dheidler over 4 years ago
- Status changed from Feedback to Resolved
PR closed as agreed in PR comments.
Actions