| Revision 142,
444 bytes
checked in by xi, 7 years ago
(diff) |
|
Add support for recursive nodes to Composer. Constructor does not support recursive objects though.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | import unittest |
|---|
| 3 | |
|---|
| 4 | from test_mark import * |
|---|
| 5 | from test_reader import * |
|---|
| 6 | from test_canonical import * |
|---|
| 7 | from test_tokens import * |
|---|
| 8 | from test_structure import * |
|---|
| 9 | from test_errors import * |
|---|
| 10 | from test_resolver import * |
|---|
| 11 | from test_constructor import * |
|---|
| 12 | from test_emitter import * |
|---|
| 13 | from test_representer import * |
|---|
| 14 | from test_recursive import * |
|---|
| 15 | from test_syck import * |
|---|
| 16 | |
|---|
| 17 | def main(module='__main__'): |
|---|
| 18 | unittest.main(module) |
|---|
| 19 | |
|---|
| 20 | if __name__ == '__main__': |
|---|
| 21 | main() |
|---|
| 22 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.