brotherton-erpnext/erpnext/www/test_lms.py
2019-02-19 13:06:33 +05:30

11 lines
306 B
Python

# -*- 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