File: __main__.py

package info (click to toggle)
python-aioitertools 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 2,025; makefile: 49
file content (7 lines) | stat: -rw-r--r-- 190 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__":  # pragma: no cover
    unittest.main(module="aioitertools.tests", verbosity=2)