File: __main__.py

package info (click to toggle)
sphinx-mdinclude 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 1,242; makefile: 53; sh: 8
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
# Copyright 2022 Amethyst Reese
# Licensed under the MIT License

import unittest

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