Set the verbosity to the ``DEBUG`` level.
()
| 160 | |
| 161 | |
| 162 | def set_verbosity_debug(): |
| 163 | """Set the verbosity to the ``DEBUG`` level.""" |
| 164 | return set_verbosity(DEBUG) |
| 165 | |
| 166 | |
| 167 | def set_verbosity_error(): |
nothing calls this directly
no test coverage detected