1import unittest 2 3from . import load_tests # noqa: F401 4 5 6if __name__ == "__main__": 7 unittest.main() 8