Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ urlopen
Method
urlopen
tests/servers/tests.py:42–43 ·
view source on GitHub ↗
(self, url)
Source
from the content-addressed store, hash-verified
40
fixtures = [
"testdata.json"
]
41
42
def
urlopen(self, url):
43
return
urlopen(self.live_server_url + url)
44
45
46
class
CloseConnectionTestServer(ThreadedWSGIServer):
Callers
15
github_request
Function · 0.45
fetch_trac_ticket
Function · 0.45
test_closes_connections
Method · 0.45
test_in_memory_database_lock
Method · 0.45
test_protocol
Method · 0.45
test_404
Method · 0.45
test_view
Method · 0.45
test_static_files
Method · 0.45
test_no_collectstatic_emulation
Method · 0.45
test_media_files
Method · 0.45
test_environ
Method · 0.45
test_fixtures_loaded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected