mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 04:26:38 +00:00
Adds assertions for the four percent_complete_method paths (Manual is already covered), plus the status transitions: 100% flips a project to Completed, reopening a task flips it back to Open, and a Cancelled project keeps its status. The method was previously unasserted.