8 lines
183 B
Python
8 lines
183 B
Python
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
# License: MIT. See LICENSE
|
|
|
|
from frappe.tests.utils import FrappeTestCase
|
|
|
|
|
|
class TestBot(FrappeTestCase):
|
|
pass
|