Charles-Henri Decultot | b8c088e | 2018-02-21 06:37:33 +0100 | [diff] [blame] | 1 | # Copyright (c) 2018, Frappe Technologies and contributors |
2 | # For license information, please see license.txt | ||||
3 | |||||
Chillar Anand | 915b343 | 2021-09-02 16:44:59 +0530 | [diff] [blame] | 4 | |
Charles-Henri Decultot | b8c088e | 2018-02-21 06:37:33 +0100 | [diff] [blame] | 5 | |
Charles-Henri Decultot | b8c088e | 2018-02-21 06:37:33 +0100 | [diff] [blame] | 6 | # don't remove this function it is used in tests |
7 | def test_method(): | ||||
8 | '''test function''' | ||||
9 | return 'overridden' |