summaryrefslogtreecommitdiff
path: root/tests/test_yaml.py
blob: 54447b34cbcf11ecbdae5e6dec3c1ddf46510a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

import unittest

from test_marker import *
from test_tokens import *

def main(module='__main__'):
    unittest.main(module)

if __name__ == '__main__':
    main()