[test] [fix] test-dependency

This commit is contained in:
Rushabh Mehta 2016-04-08 17:40:06 +05:30
parent 8cd1ab894c
commit bdefa2414f

View File

@ -6,6 +6,8 @@ from __future__ import unicode_literals
import frappe
test_records = frappe.get_test_records('Address')
test_dependencies = ['Customer']
import unittest
import frappe