Massive HTML returned when running tests encounters Exception
Bug #1426340 reported by
Maciej Kwiek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Low
|
Fuel Python (Deprecated) |
Bug Description
To replicate:
add
import bogus_package_
or
raise Exception(
to the start of content_json function in nailgun/
Run the test which uses it, for example
./run_tests.sh -t nailgun/
You should get lot of HTML in your console instead of a traceback string.
summary: |
- Massive HTML returned when running tests encounters ImportError + Massive HTML returned when running tests encounters Exception |
Changed in fuel: | |
milestone: | none → 6.1 |
assignee: | nobody → Fuel Python Team (fuel-python) |
To post a comment you must log in.
It doesn't make sense to do it now, when pecan rewrite is in progress. We should work on it after web.py is replaced with pecan.