blob: e26342d61416fe9b6e4ce779a7a0b9671f0f30b4 [file] [log] [blame]
Pablo Santiago Blum de Aguiar2c225b22015-04-04 13:25:24 -03001
2from test_mark import *
3from test_reader import *
4from test_canonical import *
5from test_tokens import *
6from test_structure import *
7from test_errors import *
8from test_resolver import *
9from test_constructor import *
10from test_emitter import *
11from test_representer import *
12from test_recursive import *
13from test_input_output import *
Tina Müller07c88c62018-03-16 23:25:44 +010014from test_sort_keys import *
Pablo Santiago Blum de Aguiar2c225b22015-04-04 13:25:24 -030015
16if __name__ == '__main__':
17 import test_appliance
18 test_appliance.run(globals())
19