blob: ccdd8d5cd6950e8a9378e071f2b0e2d5737b16b6 [file] [log] [blame]
import unittest
from test_marker 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_syck import *
def main(module='__main__'):
unittest.main(module)
if __name__ == '__main__':
main()