2018-02-21 06:37:33 +01:00
|
|
|
# Copyright (c) 2018, Frappe Technologies and contributors
|
|
|
|
# For license information, please see license.txt
|
|
|
|
|
2021-09-02 16:44:59 +05:30
|
|
|
|
2018-02-21 06:37:33 +01:00
|
|
|
# don't remove this function it is used in tests
|
|
|
|
def test_method():
|
2022-03-28 18:52:46 +05:30
|
|
|
"""test function"""
|
|
|
|
return "overridden"
|