source:
branches/pyyaml3000/tests/test_yaml.py
@
44
| Revision 44, 224 bytes checked in by xi, 7 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [39] | 1 | |
| 2 | import unittest | |
| 3 | ||
| 4 | from test_marker import * | |
| [43] | 5 | from test_canonical import * |
| [39] | 6 | from test_tokens import * |
| [44] | 7 | from test_structure import * |
| [39] | 8 | |
| 9 | def main(module='__main__'): | |
| 10 | unittest.main(module) | |
| 11 | ||
| 12 | if __name__ == '__main__': | |
| 13 | main() | |
| 14 |
Note: See TracBrowser
for help on using the repository browser.
