commit | bdefa2414fa5dc12926e8de00f1d00c80cca1f72 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Apr 08 17:40:06 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Apr 08 17:40:06 2016 +0530 |
tree | 942ea26df64acfb7aa516b7c809aa41f811b53d4 | |
parent | 8cd1ab894c1a38cee2ee299b3cd1d76d2c427941 [diff] |
[test] [fix] test-dependency
diff --git a/erpnext/utilities/doctype/address/test_address.py b/erpnext/utilities/doctype/address/test_address.py index 36f2535..26634b8 100644 --- a/erpnext/utilities/doctype/address/test_address.py +++ b/erpnext/utilities/doctype/address/test_address.py
@@ -6,6 +6,8 @@ import frappe test_records = frappe.get_test_records('Address') +test_dependencies = ['Customer'] + import unittest import frappe