Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
aioitertools / tests / __main__.py
Size: Mime:
# Copyright 2022 Amethyst Reese
# Licensed under the MIT license

import unittest

if __name__ == "__main__":  # pragma: no cover
    unittest.main(module="aioitertools.tests", verbosity=2)