11 lines
306 B
Python
Raw Normal View History

2018-12-17 13:56:27 +05:30
# -*- coding: utf-8 -*-
# Copyright (c) 2018, Frappe Technologies and Contributors
# See license.txt
from __future__ import unicode_literals
from erpnext.education.doctype.program.test_program import make_program_and_linked_courses
import frappe
import unittest
class TestLms(unittest.TestCase):
pass