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.
- Host: GitHub
- URL: https://github.com/greschd/pytest-score
- Owner: greschd
- License: apache-2.0
- Created: 2018-04-10T10:13:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T16:05:34.000Z (about 6 years ago)
- Last Synced: 2025-01-25T21:11:25.235Z (about 1 year ago)
- Language: Python
- Size: 225 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.