fix(minor): test dependencies

This commit is contained in:
Rushabh Mehta
2020-08-25 14:35:49 +05:30
parent b5b8f9e72d
commit ee921052c0
3 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ import unittest
import frappe
from erpnext.healthcare.doctype.patient_appointment.test_patient_appointment import create_healthcare_docs, create_clinical_procedure_template
test_dependencies = ['Item']
class TestClinicalProcedure(unittest.TestCase):
def test_procedure_template_item(self):
patient, medical_department, practitioner = create_healthcare_docs()