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

https://github.com/greschd/pytest-score

Pytest plugin for quantitative quality tests.
https://github.com/greschd/pytest-score

Last synced: 11 months ago
JSON representation

Pytest plugin for quantitative quality tests.

Awesome Lists containing this project

README

          

# pytest-score

A plugin to run scoring (non-binary) tests with pytest.

## Features
The plugin provides a fixture ``score`` which can be used to score the result of a test. The plugin creates HTML and terminal output.

Note that the plugin is in a very early state, meaning that some features are still missing. In particular, configuration options (e.g. for choosing the type of output) have not yet been implemented.

## Contributing
Contributions are very welcome. Please ensure the test coverage at least stays the same before you submit a pull request.

## License
Distributed under the terms of the [GNU GPL v3.0](http://www.gnu.org/licenses/gpl-3.0.txt) license, ``pytest-score`` is free and open source software

## Issues
If you encounter any problems, please [file an issue](https://github.com/greschd/pytest-score/issues) along with a detailed description.

---

This [pytest](https://github.com/pytest-dev/pytest) plugin was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) along with [@hackebrot]( https://github.com/hackebrot)'s [cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) template.