[ui test] Setting up school course+program and their dependencies (#10142)

* setting up course and its dependencies

* rebasing with develop branch

* codacy fix

* added test for Program

* updated test-dada to maintain consistency with future tests
This commit is contained in:
Zarrar
2017-07-31 11:05:52 +05:30
committed by Rushabh Mehta
parent 4e91f28ce5
commit 35d3190822
6 changed files with 178 additions and 0 deletions

View File

@@ -36,3 +36,8 @@ erpnext/stock/doctype/warehouse/test_warehouse.js
erpnext/manufacturing/doctype/production_order/test_production_order.js
erpnext/accounts/page/pos/test_pos.js
erpnext/selling/doctype/product_bundle/test_product_bundle.js
erpnext/schools/doctype/grading_scale/test_grading_scale.js
erpnext/schools/doctype/assessment_criteria_group/test_assessment_criteria_group.js
erpnext/schools/doctype/assessment_criteria/test_assessment_criteria.js
erpnext/schools/doctype/course/test_course.js
erpnext/schools/doctype/program/test_program.js