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