brotherton-erpnext/erpnext/www/test_lms.py

11 lines
306 B
Python
Raw Normal View History

2018-12-17 08:26:27 +00:00
# -*- 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