| Revision 58,
359 bytes
checked in by xi, 7 years ago
(diff) |
|
Ready for the initial release.
|
| Rev | Line | |
|---|
| [39] | 1 | |
|---|
| 2 | import unittest |
|---|
| 3 | |
|---|
| 4 | from test_marker import * |
|---|
| [46] | 5 | from test_reader import * |
|---|
| [43] | 6 | from test_canonical import * |
|---|
| [39] | 7 | from test_tokens import * |
|---|
| [44] | 8 | from test_structure import * |
|---|
| [47] | 9 | from test_errors import * |
|---|
| [55] | 10 | from test_detector import * |
|---|
| [58] | 11 | from test_constructor import * |
|---|
| [52] | 12 | from test_syck import * |
|---|
| [39] | 13 | |
|---|
| 14 | def main(module='__main__'): |
|---|
| 15 | unittest.main(module) |
|---|
| 16 | |
|---|
| 17 | if __name__ == '__main__': |
|---|
| 18 | main() |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.