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