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    
gevent / greentest / xtest_stdlib.py
Size: Mime:
import sys
import os

if os.system("ack 'from test import (?!test_support)|from test\.(?!test_support)' 2.5 2.6 2.7") != 256:
    sys.exit('FAILED: Some tests in stdlib were not updated to not reference "test".')