## utils.enable()


Globally enable progress reporting.


Usage

``` python
utils.enable()
```


This overrides both the `SEAPIG_PROGRESS` environment variable and the auto-detection logic. Call [reset()](SelectiveMetric.md#seapig.SelectiveMetric.reset) to revert to auto mode.
