An open API service indexing awesome lists of open source software.

https://github.com/scorphus/plugin-pytest

Oh-My-Fish pytest plugin – a collection of Fish functions to aid testing with pytest
https://github.com/scorphus/plugin-pytest

Last synced: about 1 year ago
JSON representation

Oh-My-Fish pytest plugin – a collection of Fish functions to aid testing with pytest

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)






## pytest

Oh-My-Fish pytest plugin – a collection of Fish functions to aid testing with
pytest:

- `pytest-cov-html`: Run py.test missing with html coverage
- `pytest-cov-missing`: Run py.test missing with missing coverage
- `pytest-cov-all`: Run py.test missing with missing and html coverage

### Install

```fish
$ omf install https://github.com/scorphus/plugin-pytest
```

## License

[MIT](http://opensource.org/licenses/MIT) © [scorphus](https://github.com/scorphus)