Scanner is mostly completed. Need to write alias, tag, and scalar scanners.
[pyyaml/python3.git] / tests / test_yaml.py
blob94eb4253f1c612b36dad2547ef164e99feddc7e8
2 import unittest
4 from test_marker import *
5 from test_canonical import *
6 from test_tokens import *
8 def main(module='__main__'):
9 unittest.main(module)
11 if __name__ == '__main__':
12 main()