source:
branches/pyyaml3000/tests/test_yaml.py
@
47
| Revision 47, 276 bytes checked in by xi, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | import unittest |
| 3 | |
| 4 | from test_marker 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 | |
| 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.
