mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
debug behavior has changed.
This commit is contained in:
parent
3c200d015c
commit
c89ce5f5ad
@ -68,8 +68,6 @@ def test_property_access():
|
|||||||
t.eq(c.workers, 1)
|
t.eq(c.workers, 1)
|
||||||
c.set("workers", 3)
|
c.set("workers", 3)
|
||||||
t.eq(c.workers, 3)
|
t.eq(c.workers, 3)
|
||||||
c.set("debug", True)
|
|
||||||
t.eq(c.workers, 1)
|
|
||||||
|
|
||||||
# Address is parsed
|
# Address is parsed
|
||||||
t.eq(c.address, ("127.0.0.1", 8000))
|
t.eq(c.address, ("127.0.0.1", 8000))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user