def test_add_account_type(self):
     add_account_type("brokerage")
     self.assertEqual(
         frappe.get_doc("Bank Account Type", "brokerage").name, "brokerage")
Beispiel #2
0
	def test_add_account_type(self):
		add_account_type("brokerage")
		self.assertEqual(frappe.get_doc("Account Type", "brokerage").name, "brokerage")