Working on the scanner.
[pyyaml/python3.git] / tests / test_yaml.py
blob54447b34cbcf11ecbdae5e6dec3c1ddf46510a6a
2 import unittest
4 from test_marker import *
5 from test_tokens import *
7 def main(module='__main__'):
8 unittest.main(module)
10 if __name__ == '__main__':
11 main()