cdent / gabbi

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

Better test name reporting and skipping #294

Closed cdent closed 3 years ago

cdent commented 3 years ago

A shortDescription() method is subclassed. The super would return the doc string on the test method being run. Setting doc on that method is not allowed, so shortDescription() is overridden to provide a nice default:

: Also, the `skip` test member may now use substititions. This allows skipping to be controlled by environment variables.