debug behavior has changed.

This commit is contained in:
benoitc 2010-07-01 07:20:36 +02:00
parent 3c200d015c
commit c89ce5f5ad

View File

@ -68,8 +68,6 @@ def test_property_access():
t.eq(c.workers, 1)
c.set("workers", 3)
t.eq(c.workers, 3)
c.set("debug", True)
t.eq(c.workers, 1)
# Address is parsed
t.eq(c.address, ("127.0.0.1", 8000))