source:
trunk/tests/test_syck.py
@
21
| Revision 21, 269 bytes checked in by xi, 8 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [3] | 1 | |
| 2 | import unittest | |
| 3 | ||
| [21] | 4 | from test_node import * |
| [20] | 5 | from test_parser import * |
| 6 | from test_loader import * | |
| 7 | from test_emitter import * | |
| [19] | 8 | from test_dumper import * |
| [21] | 9 | from test_pickle import * |
| [3] | 10 | |
| 11 | def main(module='__main__'): | |
| 12 | unittest.main(module) | |
| 13 | ||
| 14 | if __name__ == '__main__': | |
| 15 | main() | |
| 16 |
Note: See TracBrowser
for help on using the repository browser.
