mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix tests
This commit is contained in:
parent
82256a93a5
commit
4e3702c3ca
@ -752,6 +752,7 @@ class Env(Setting):
|
|||||||
cli = ["-e", "--env"]
|
cli = ["-e", "--env"]
|
||||||
meta = "ENV"
|
meta = "ENV"
|
||||||
validator = validate_list_string
|
validator = validate_list_string
|
||||||
|
default = []
|
||||||
|
|
||||||
desc = """\
|
desc = """\
|
||||||
Set environment variable (key=value).
|
Set environment variable (key=value).
|
||||||
@ -763,6 +764,7 @@ class Env(Setting):
|
|||||||
and test for the foo variable environement in your application.
|
and test for the foo variable environement in your application.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class Pidfile(Setting):
|
class Pidfile(Setting):
|
||||||
name = "pidfile"
|
name = "pidfile"
|
||||||
section = "Server Mechanics"
|
section = "Server Mechanics"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user