blob: 2e712850979741f200c8869d6c2c43481da34335 [file] [log] [blame]
Rushabh Mehta9d27cf32017-07-20 15:35:03 +05301erpnext/tests/ui/make_fixtures.js #long
Ameya Shenoy4e91f282017-07-31 11:02:28 +05302erpnext/setup/doctype/company/tests/test_company.js
Rushabh Mehta9d27cf32017-07-20 15:35:03 +05303erpnext/accounts/doctype/account/test_account.js
Vishal Dhayagudec67bf502017-07-27 09:11:08 +05304erpnext/accounts/doctype/account/test_make_tax_account.js
Vishal Dhayagudeed0b1072017-08-02 17:31:20 +05305erpnext/accounts/doctype/pricing_rule/test_pricing_rule.js
Vishal Dhayagudeb5284112017-07-27 12:15:06 +05306erpnext/accounts/doctype/sales_taxes_and_charges_template/test_sales_taxes_and_charges_template.js
Vishal Dhayagudef37eacd2017-08-17 11:01:59 +05307erpnext/accounts/doctype/purchase_taxes_and_charges_template/test_purchase_taxes_and_charges_template.js
Vishal Dhayagudef9e48932017-08-02 17:16:46 +05308erpnext/accounts/doctype/shipping_rule/test_shipping_rule.js
Rushabh Mehta9d27cf32017-07-20 15:35:03 +05309erpnext/crm/doctype/lead/test_lead.js
10erpnext/crm/doctype/opportunity/test_opportunity.js
Ameya Shenoy4e91f282017-07-31 11:02:28 +053011erpnext/setup/doctype/company/tests/test_company_production.js
Utkarsh Yadav20a862a2017-07-24 14:33:42 +053012erpnext/crm/doctype/item/test_item.js
Vishal Dhayagude135560e2017-08-08 18:22:53 +053013erpnext/selling/doctype/quotation/tests/test_quotation_with_discount_on_grand_total.js
14erpnext/selling/doctype/quotation/tests/test_quotation_with_item_wise_discount.js
15erpnext/selling/doctype/quotation/tests/test_quotation_with_multi_uom.js
16erpnext/selling/doctype/quotation/tests/test_quotation_with_taxes_and_charges.js
17erpnext/selling/doctype/quotation/tests/test_quotation_with_shipping_rule.js
18erpnext/selling/doctype/quotation/tests/test_quotation.js
Vishal Dhayagude316477b2017-08-01 17:16:21 +053019erpnext/selling/doctype/sales_order/tests/test_sales_order.js
20erpnext/selling/doctype/sales_order/tests/test_sales_order_with_multiple_delivery_date.js
21erpnext/selling/doctype/sales_order/tests/test_sales_order_with_item_wise_discount.js
22erpnext/selling/doctype/sales_order/tests/test_sales_order_with_multi_uom.js
Vishal Dhayagudef1f1b602017-08-02 17:15:47 +053023erpnext/selling/doctype/sales_order/tests/test_sales_order_with_discount_on_grand_total.js
24erpnext/selling/doctype/sales_order/tests/test_sales_order_with_taxes_and_charges.js
Vishal Dhayagude592add92017-08-04 10:51:08 +053025erpnext/selling/doctype/sales_order/tests/test_sales_order_with_shipping_rule.js
26erpnext/selling/doctype/sales_order/tests/test_sales_order_with_pricing_rule.js
Ameya Shenoy91b28332017-07-24 14:34:30 +053027erpnext/manufacturing/doctype/workstation/test_workstation.js
28erpnext/manufacturing/doctype/operation/test_operation.js
Utkarsh Yadavb8a4a582017-07-26 13:14:34 +053029erpnext/manufacturing/doctype/bom/test_bom.js
Utkarsh Yadavb8b01922017-07-27 11:49:10 +053030erpnext/projects/doctype/project/project_timesheet.js
Utkarsh Yadav20a862a2017-07-24 14:33:42 +053031erpnext/hr/doctype/holiday_list/test_holiday_list.js
Ameya Shenoy91b28332017-07-24 14:34:30 +053032erpnext/hr/doctype/branch/test_branch.js
Utkarsh Yadavb8a4a582017-07-26 13:14:34 +053033erpnext/hr/doctype/leave_block_list/test_leave_block_list.js
34erpnext/hr/doctype/department/test_department.js
35erpnext/hr/doctype/designation/test_designation.js
Utkarsh Goswami40937082017-07-26 16:31:08 +053036erpnext/hr/doctype/employment_type/test_employment_type.js
Utkarsh Yadavb8b01922017-07-27 11:49:10 +053037erpnext/hr/doctype/employee/test_employee.js
38erpnext/hr/doctype/employee_attendance_tool/test_employee_attendance_tool.js
Zarrarc5451062017-07-27 17:19:06 +053039erpnext/hr/doctype/attendance/test_attendance.js
Utkarsh Yadav1c8d8a92017-07-28 11:40:29 +053040erpnext/hr/doctype/leave_type/test_leave_type.js
41erpnext/hr/doctype/leave_control_panel/test_leave_control_panel.js
42erpnext/hr/doctype/leave_allocation/test_leave_allocation.js
Utkarsh Yadav8990af42017-07-28 19:37:15 +053043erpnext/hr/doctype/leave_application/test_leave_application.js
Zarrarc5451062017-07-27 17:19:06 +053044erpnext/schools/doctype/academic_year/test_academic_year.js
45erpnext/schools/doctype/academic_term/test_academic_term.js
46erpnext/schools/doctype/school_settings/test_school_settings.js
47erpnext/schools/doctype/student_batch_name/test_student_batch_name.js
48erpnext/schools/doctype/student_category/test_student_category.js
49erpnext/schools/doctype/room/test_room.js
50erpnext/schools/doctype/instructor/test_instructor.js
Ameya Shenoy4e91f282017-07-31 11:02:28 +053051erpnext/stock/doctype/warehouse/test_warehouse.js
Ameya Shenoy43310672017-08-04 10:50:32 +053052erpnext/manufacturing/doctype/production_order/test_production_order.js #long
Nabin Hait1fcd2b02017-07-28 21:09:42 +053053erpnext/accounts/page/pos/test_pos.js
54erpnext/selling/doctype/product_bundle/test_product_bundle.js
Vishal Dhayagude22baba22017-08-11 17:17:30 +053055erpnext/stock/doctype/delivery_note/test_delivery_note.js
Vishal Dhayagudeda30a692017-08-09 13:08:38 +053056erpnext/stock/doctype/material_request/tests/test_material_request.js
Vishal Dhayagudebde05e92017-08-09 16:56:14 +053057erpnext/stock/doctype/material_request/tests/test_material_request_type_material_issue.js
58erpnext/stock/doctype/material_request/tests/test_material_request_type_material_transfer.js
59erpnext/stock/doctype/material_request/tests/test_material_request_type_manufacture.js
Vishal Dhayagude4157b642017-08-11 12:06:16 +053060erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_material_issue.js
61erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_material_receipt.js
62erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_material_transfer.js
Zarrar35d31902017-07-31 11:05:52 +053063erpnext/schools/doctype/grading_scale/test_grading_scale.js
64erpnext/schools/doctype/assessment_criteria_group/test_assessment_criteria_group.js
65erpnext/schools/doctype/assessment_criteria/test_assessment_criteria.js
66erpnext/schools/doctype/course/test_course.js
Zarrar78c6e342017-08-02 11:25:49 +053067erpnext/schools/doctype/program/test_program.js
Utkarsh Goswami44b088c2017-08-16 11:32:04 +053068erpnext/hr/doctype/salary_structure/test_salary_structure.js
69erpnext/hr/doctype/salary_slip/test_salary_slip.js
Zarrar78c6e342017-08-02 11:25:49 +053070erpnext/schools/doctype/guardian/test_guardian.js
71erpnext/schools/doctype/student_admission/test_student_admission.js
Zarrar326acc32017-08-04 10:51:26 +053072erpnext/schools/doctype/student_applicant/tests/test_student_applicant_dummy_data.js
Zarrar78c6e342017-08-02 11:25:49 +053073erpnext/schools/doctype/student_applicant/tests/test_student_applicant.js
Zarrar82d28282017-08-04 15:33:27 +053074erpnext/schools/doctype/student_applicant/tests/test_student_applicant_options.js
75erpnext/schools/doctype/student_log/test_student_log.js
76erpnext/schools/doctype/student_group/test_student_group.js
Zarrar17e35e62017-08-08 18:24:15 +053077erpnext/schools/doctype/student_group_creation_tool/test_student_group_creation_tool.js
78erpnext/schools/doctype/student_leave_application/test_student_leave_application.js
79erpnext/schools/doctype/student_attendance_tool/test_student_attendance_tool.js
Vishal Dhayagudee05c2e52017-08-09 17:36:04 +053080erpnext/schools/doctype/student_attendance/test_student_attendance.js
Zarrar14468e72017-08-10 10:56:22 +053081erpnext/schools/doctype/assessment_group/test_assessment_group.js
82erpnext/schools/doctype/assessment_plan/test_assessment_plan.js
83erpnext/schools/doctype/assessment_result/test_assessment_result.js
84erpnext/schools/doctype/assessment_result_tool/test_assessment_result_tool.js
85erpnext/buying/doctype/supplier/test_supplier.js
Shreya Shah67e2ef32017-08-14 09:17:00 +053086erpnext/buying/doctype/request_for_quotation/test_request_for_quotation.js
87erpnext/buying/doctype/supplier_quotation/tests/test_supplier_quotation.js
Vishal Dhayagude71861312017-08-14 12:22:04 +053088erpnext/buying/doctype/supplier_quotation/tests/test_supplier_quotation_for_taxes_and_charges.js
Shreya Shahf6544e92017-08-14 17:29:09 +053089erpnext/accounts/doctype/sales_invoice/test_sales_invoice.js
Vishal Dhayagudef37eacd2017-08-17 11:01:59 +053090erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.js
Shreya Shahf6544e92017-08-14 17:29:09 +053091erpnext/buying/doctype/supplier_quotation/tests/test_supplier_quotation_for_item_wise_discount.js
92erpnext/buying/doctype/purchase_order/tests/test_purchase_order.js
93erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_multi_uom.js
Shreya Shah289400d2017-08-16 11:31:34 +053094erpnext/buying/doctype/purchase_order/tests/test_purchase_order_get_items.js
95erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_discount_on_grand_total.js
96erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_item_wise_discount.js
Shreya Shahb5ed6822017-08-17 11:03:43 +053097erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_taxes_and_charges.js
98erpnext/buying/doctype/purchase_order/tests/test_purchase_order_receipt.js