Pablo Santiago Blum de Aguiar | 2c225b2 | 2015-04-04 13:25:24 -0300 | [diff] [blame] | 1 | |
| 2 | from test_mark import * |
| 3 | from test_reader import * |
| 4 | from test_canonical import * |
| 5 | from test_tokens import * |
| 6 | from test_structure import * |
| 7 | from test_errors import * |
| 8 | from test_resolver import * |
| 9 | from test_constructor import * |
| 10 | from test_emitter import * |
| 11 | from test_representer import * |
| 12 | from test_recursive import * |
| 13 | from test_input_output import * |
Tina Müller | 07c88c6 | 2018-03-16 23:25:44 +0100 | [diff] [blame] | 14 | from test_sort_keys import * |
Pablo Santiago Blum de Aguiar | 2c225b2 | 2015-04-04 13:25:24 -0300 | [diff] [blame] | 15 | |
| 16 | if __name__ == '__main__': |
| 17 | import test_appliance |
| 18 | test_appliance.run(globals()) |
| 19 | |