File: __main__.py

package info (click to toggle)
python-backports.zstd 1.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,056 kB
  • sloc: python: 18,504; ansic: 5,361; sh: 44; makefile: 18
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
import unittest

from . import load_tests  # noqa: F401


if __name__ == "__main__":
    unittest.main()