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
- Host: GitHub
- URL: https://github.com/scorphus/plugin-pytest
- Owner: scorphus
- License: mit
- Created: 2015-09-10T02:49:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T03:15:24.000Z (about 10 years ago)
- Last Synced: 2025-02-16T20:27:57.525Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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)