Skip to content

Instantly share code, notes, and snippets.

@ericholscher
Created October 25, 2009 04:00
Show Gist options
  • Save ericholscher/217886 to your computer and use it in GitHub Desktop.
Save ericholscher/217886 to your computer and use it in GitHub Desktop.
-> python pip.py install --upgrade --test wsgiref
Downloading/unpacking wsgiref
Downloading wsgiref-0.1.2.zip
Running setup.py egg_info for package wsgiref
Testing collected packages: wsgiref
Running setup.py test for wsgiref
running test
running egg_info
writing wsgiref.egg-info/PKG-INFO
writing top-level names to wsgiref.egg-info/top_level.txt
writing dependency_links to wsgiref.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'wsgiref.egg-info/SOURCES.txt'
writing manifest file 'wsgiref.egg-info/SOURCES.txt'
running build_ext
testAbstractMethods (test_wsgiref.HandlerTests) ... ok
testBasicErrorOutput (test_wsgiref.HandlerTests) ... ok
testCGIEnviron (test_wsgiref.HandlerTests) ... ok
testContentLength (test_wsgiref.HandlerTests) ... ok
testEnviron (test_wsgiref.HandlerTests) ... ok
testErrorAfterOutput (test_wsgiref.HandlerTests) ... ok
testHeaderFormats (test_wsgiref.HandlerTests) ... ok
testScheme (test_wsgiref.HandlerTests) ... ok
testExtras (test_wsgiref.HeaderTests) ... ok
testMappingInterface (test_wsgiref.HeaderTests) ... ok
testRequireList (test_wsgiref.HeaderTests) ... ok
test_plain_hello (test_wsgiref.IntegrationTests) ... ok
test_simple_validation_error (test_wsgiref.IntegrationTests) ... ok
test_validated_hello (test_wsgiref.IntegrationTests) ... ok
testAppURIs (test_wsgiref.UtilityTests) ... ok
testCrossDefaults (test_wsgiref.UtilityTests) ... ok
testDefaults (test_wsgiref.UtilityTests) ... ok
testFileWrapper (test_wsgiref.UtilityTests) ... ok
testGuessScheme (test_wsgiref.UtilityTests) ... ok
testHopByHop (test_wsgiref.UtilityTests) ... ok
testNormalizedShifts (test_wsgiref.UtilityTests) ... ok
testReqURIs (test_wsgiref.UtilityTests) ... ok
testSimpleShifts (test_wsgiref.UtilityTests) ... ok
----------------------------------------------------------------------
Ran 23 tests in 0.020s
OK
Ran tests for wsgiref
WOOOOOOO wsgiref TESTS PASS
Installing collected packages: wsgiref
Found existing installation: wsgiref 0.1.2
Uninstalling wsgiref:
Successfully uninstalled wsgiref
Running setup.py install for wsgiref
Successfully installed wsgiref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment