File: __main__.py

package info (click to toggle)
python-moreorless 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: python: 403; makefile: 40; sh: 11
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
import unittest

from .click import ColorTest  # noqa: F401
from .general import ParityTest  # noqa: F401
from .patch import PatchTest  # noqa: F401

unittest.main()