"web.subdomain_application" is broken
Bug #236127 reported by
manatlan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
web.py |
Fix Released
|
High
|
Anand Chitipothu |
Bug Description
Since rev232, I noticed a trouble with the domain dispatcher "web.subdomain_
It worked in the past ...
And the doctest in application.py seems to point the trouble :
File "application.py", line 428, in __main_
Failed example:
app2.
Expected:
'hello'
Got:
'not found'
*******
1 items had failures:
1 of 9 in __main_
***Test Failed*** 1 failures.
Changed in webpy: | |
assignee: | nobody → anandology |
importance: | Undecided → High |
milestone: | none → 0.3 |
status: | New → Confirmed |
Changed in webpy: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
And it seems that doctest from application.py is not called from unittests in __init__.py