mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 22:05:19 +00:00
Drop test_sales_return_validates_against_original: it came in with the new file rather than with the change being backported, covers a raw-SQL to query-builder conversion that only exists on develop, and imports erpnext.stock.doctype.delivery_note.mapper, a module this branch does not have. Base the remaining tests on FrappeTestCase, since ERPNextTestSuite does not exist here either.