https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41651

--- Comment #6 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 192090
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192090&action=edit
Bug 41651: (follow-up) Add test coverage for dependency checking

Tests for _check_dependencies():
- No dependency files present (passes silently)
- cpanfile with satisfied dependencies (passes)
- cpanfile with unmet dependencies (dies with message)
- META.json with satisfied dependencies (passes)
- META.yml with satisfied dependencies (passes)
- META.json with unmet dependencies (dies)
- Multiple unmet dependencies are all reported

Tests for InstallPlugins() with 'from' parameter:
- Files are copied from staging to plugins directory
- cpanfile is NOT copied to plugins directory
- META.json is NOT copied to plugins directory
- META.yml is NOT copied to plugins directory
- Trailing slash in path is handled correctly

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to