mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 21:52:21 +01:00
refactor(test): make item wise details deterministic
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import frappe
|
||||
from frappe.tests.utils import FrappeTestCase
|
||||
|
||||
from erpnext.tests.utils import ERPNextTestSuite
|
||||
|
||||
|
||||
class TestTaxesAndTotals(FrappeTestCase):
|
||||
class TestTaxesAndTotals(ERPNextTestSuite):
|
||||
def setUp(self):
|
||||
self.doc = frappe.get_doc(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user