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

cytora / gevent   python

Repository URL to install this package:

Version: 1.4.0 

/ tests / __main__.py

#!/usr/bin/env python
from __future__ import print_function, absolute_import, division

if __name__ == '__main__':
    from gevent.testing import testrunner
    testrunner.main()