cdent / gabbi

Declarative HTTP Testing for Python and anything else
http://gabbi.readthedocs.org/
Other
148 stars 34 forks source link

Turn of uxsuccess validation in test harness #259

Closed cdent closed 6 years ago

cdent commented 6 years ago

Because stestr now (correctly) treats uxsuccess as a signal that the test suite should fail, we can no longer easily confirm that generating a uxsuccess produces the expected output, at least not without making some additional tests outside the normal harness.

That's not worth doing. We are now able to accept and rely on the fact that stestr does the right thing so we don't have to have special tests for that.

Fixes: #258