blob: bb5a9f199b20d13a09617f5bd9710f9464d5cc54 [file] [log] [blame]
import unittest
from test_mark import *
from test_reader import *
from test_canonical import *
from test_tokens import *
from test_structure import *
from test_errors import *
from test_detector import *
from test_constructor import *
from test_syck import *
def main(module='__main__'):
unittest.main(module)
if __name__ == '__main__':
main()