scmmishra | 7655292 | 2018-12-17 13:56:27 +0530 | [diff] [blame] | 1 | # -*- coding: utf-8 -*- |
2 | # Copyright (c) 2018, Frappe Technologies and Contributors | ||||
3 | # See license.txt | ||||
4 | from __future__ import unicode_literals | ||||
5 | from erpnext.education.doctype.program.test_program import make_program_and_linked_courses | ||||
6 | |||||
7 | import frappe | ||||
8 | import unittest | ||||
9 | |||||
10 | class TestLms(unittest.TestCase): | ||||
11 | pass |