# Copyright 2022 Amethyst Reese
# Licensed under the MIT License

import unittest

if __name__ == "__main__":
    unittest.main("sphinx_mdinclude.tests", verbosity=2)
