Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benoitc/gunicorn
/ functions
Functions
698 in github.com/benoitc/gunicorn
⨍
Functions
698
◇
Types & classes
183
↳
Endpoints
26
Function
test_invalid_enviroment_variables_config
(monkeypatch, capsys)
tests/test_config.py:359
Function
test_is_ipv6
(test_input, expected)
tests/test_util.py:54
Function
test_iter_unreader_chunk
()
tests/test_http.py:162
Function
test_keyfile
()
tests/test_ssl.py:18
Function
test_length_reader_read
()
tests/test_http.py:183
Function
test_length_reader_read_invalid_size
()
tests/test_http.py:199
Function
test_listen_fds_ignores_wrong_pid
(unset)
tests/test_systemd.py:45
Function
test_listen_fds_returns_count
(unset)
tests/test_systemd.py:55
Function
test_load_config
()
tests/test_config.py:229
Function
test_load_config_explicit_file
()
tests/test_config.py:237
Function
test_load_config_module
()
tests/test_config.py:245
Function
test_load_enviroment_variables_config
(monkeypatch)
tests/test_config.py:342
Function
test_non_wsgi_app
(options, capsys)
tests/test_config.py:393
Function
test_nworkers_changed
()
tests/test_config.py:311
Function
test_parse_address
(test_input, expected)
tests/test_util.py:28
Function
test_parse_address_invalid
()
tests/test_util.py:32
Function
test_parse_fd_invalid
()
tests/test_util.py:38
Function
test_pos_int_validation
()
tests/test_config.py:127
Function
test_post_request
()
tests/test_config.py:289
Function
test_prefix
()
tests/test_statsd.py:108
Function
test_prefix_multiple_dots
()
tests/test_statsd.py:128
Function
test_prefix_nested
()
tests/test_statsd.py:138
Function
test_prefix_no_dot
()
tests/test_statsd.py:118
Function
test_property_access
()
tests/test_config.py:72
Function
test_readline_buffer_loaded
()
tests/test_http.py:51
Function
test_readline_buffer_loaded_with_size
()
tests/test_http.py:62
Function
test_readline_empty_body
()
tests/test_http.py:20
Function
test_readline_new_line_after_size
()
tests/test_http.py:36
Function
test_readline_new_line_before_size
()
tests/test_http.py:30
Function
test_readline_no_new_line
()
tests/test_http.py:42
Function
test_readline_zero_size
()
tests/test_http.py:25
Function
test_reload
(options, expected)
tests/test_config.py:409
Function
test_reload_engine_validation
()
tests/test_config.py:172
Function
test_reload_on_syntax_error
Test that reloading works if the application has a syntax error.
tests/test_reload.py:30
Function
test_repr
()
tests/test_config.py:481
Method
test_req
(sn, sz, mt)
tests/treq.py:239
Function
test_socket_close
()
tests/test_sock.py:32
Function
test_socket_unreader_chunk
()
tests/test_http.py:172
Function
test_split_request_uri
(test_input, expected)
tests/test_util.py:131
Function
test_ssl_version
()
tests/test_ssl.py:35
Function
test_ssl_version_bad
(ssl_version)
tests/test_config.py:459
Function
test_ssl_version_named_constants_python3
(options, expected)
tests/test_config.py:438
Function
test_ssl_version_named_constants_python36
(options, expected)
tests/test_config.py:450
Function
test_start_reloader_after_load_wsgi
Check that the reloader is started after the wsgi app has been loaded.
tests/test_reload.py:47
Function
test_statsd_changes_logger
()
tests/test_config.py:321
Function
test_statsd_fail
UDP socket fails
tests/test_statsd.py:50
Function
test_str
()
tests/test_config.py:488
Function
test_str_to_list_validation
()
tests/test_config.py:150
Function
test_str_validation
()
tests/test_config.py:142
Function
test_suppress_ragged_eofs
()
tests/test_ssl.py:52
Function
test_to_bytestring
()
tests/test_util.py:109
Function
test_umask_config
(options, expected)
tests/test_config.py:424
Function
test_unix_socket_close_unlink
(unlink)
tests/test_sock.py:43
Function
test_unix_socket_close_without_unlink
(unlink)
tests/test_sock.py:52
Function
test_unreader_raises_excpetion_on_invalid_size
()
tests/test_http.py:152
Function
test_unreader_read_when_size_is_none
()
tests/test_http.py:116
Function
test_unreader_read_with_nonzero_size
()
tests/test_http.py:138
Function
test_unreader_read_zero_size
()
tests/test_http.py:131
Function
test_unreader_unread
()
tests/test_http.py:125
Function
test_validate_file_pid_does_not_exist
(kill, _open)
tests/test_pidfile.py:47
Function
test_validate_file_pid_exists
(kill, _open)
tests/test_pidfile.py:25
Function
test_validate_file_pid_exists_kill_exception
(kill, _open)
tests/test_pidfile.py:39
Function
test_validate_file_pid_malformed
(_open)
tests/test_pidfile.py:32
Function
test_validate_no_file
(_open)
tests/test_pidfile.py:17
Function
test_warn
(capsys)
tests/test_util.py:58
Function
test_wsgi_app_config
(options, expected)
tests/test_config.py:381
Method
timeout_ctx
(self)
gunicorn/workers/geventlet.py:142
Method
timeout_ctx
(self)
gunicorn/workers/ggevent.py:53
Method
uid
(self)
gunicorn/config.py:132
Function
unlink
(filename)
gunicorn/util.py:196
Function
unquote_to_wsgi_str
(string)
gunicorn/util.py:638
Function
unspew
Remove the trace hook installed by spew.
gunicorn/debug.py:66
Function
validate_bool
(val)
gunicorn/config.py:333
Function
validate_chdir
(val)
gunicorn/config.py:503
Function
validate_class
(val)
gunicorn/config.py:428
Function
validate_dict
(val)
gunicorn/config.py:349
Function
validate_group
(val)
gunicorn/config.py:474
Function
validate_hostport
(val)
gunicorn/config.py:517
Function
validate_list_of_existing_files
(val)
gunicorn/config.py:415
Function
validate_post_request
(val)
gunicorn/config.py:489
Function
validate_reload_engine
(val)
gunicorn/config.py:528
Function
validate_ssl_version
(val)
gunicorn/config.py:366
Function
validate_string_to_list
(val)
gunicorn/config.py:419
Function
validate_user
(val)
gunicorn/config.py:460
Method
verify_client
(self, ws)
examples/websocket/gevent_websocket.py:24
Method
verify_client
(self, ws)
examples/websocket/websocket.py:25
Function
warn
(msg)
gunicorn/util.py:581
Method
watchdog
(self)
gunicorn/workers/gtornado.py:55
Function
when_ready
(server)
examples/example_config.py:195
Function
when_ready
(server)
examples/when_ready.conf.py:35
Function
worker_abort
(worker)
examples/example_config.py:215
Method
worker_class_str
(self)
gunicorn/config.py:103
Function
worker_int
(worker)
examples/example_config.py:198
Function
wrapper
(*args, **kw)
tests/support.py:47
Method
write
(self, data)
gunicorn/http/wsgi.py:59
Function
write_error
(sock, status_int, reason, mesg)
gunicorn/util.py:302
Method
wsgi
(self)
tests/test_reload.py:19
Method
wsgi
Assert that the expected environmental variables are set when the main entry point of this application is called as part of a 'preload
tests/test_arbiter.py:166
← previous
601–698 of 698, ranked by callers