1 2 3 4 5 6 7 8
import unittest from .test_core import * from .test_commands import * if __name__ == '__main__': unittest.main()