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