| Revision 322,
396 bytes
checked in by xi, 4 years ago
(diff) |
|
Refactored the test suite; updated include and library paths in setup.cfg.
|
| Rev | Line | |
|---|
| [39] | 1 | |
|---|
| [116] | 2 | from test_mark import * |
|---|
| [46] | 3 | from test_reader import * |
|---|
| [43] | 4 | from test_canonical import * |
|---|
| [39] | 5 | from test_tokens import * |
|---|
| [44] | 6 | from test_structure import * |
|---|
| [47] | 7 | from test_errors import * |
|---|
| [137] | 8 | from test_resolver import * |
|---|
| [58] | 9 | from test_constructor import * |
|---|
| [132] | 10 | from test_emitter import * |
|---|
| [133] | 11 | from test_representer import * |
|---|
| [142] | 12 | from test_recursive import * |
|---|
| [39] | 13 | |
|---|
| 14 | if __name__ == '__main__': |
|---|
| [322] | 15 | import test_appliance |
|---|
| 16 | test_appliance.run(globals()) |
|---|
| [39] | 17 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.