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 | # don't remove this function it is used in tests |
6 | def test_method(): | ||||
Ankush Menat | 494bd9e | 2022-03-28 18:52:46 +0530 | [diff] [blame] | 7 | """test function""" |
8 | return "overridden" |