Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lothiraldan/pytest-litf
A pytest plugin that stream output in JSON
https://github.com/lothiraldan/pytest-litf
Last synced: 3 months ago
JSON representation
A pytest plugin that stream output in JSON
- Host: GitHub
- URL: https://github.com/lothiraldan/pytest-litf
- Owner: Lothiraldan
- License: mit
- Created: 2017-06-30T18:26:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T16:23:08.000Z (over 2 years ago)
- Last Synced: 2024-10-12T21:49:45.394Z (4 months ago)
- Language: Python
- Homepage:
- Size: 975 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytest-litf
A pytest plugin that stream output in JSON compatible with [Language Independent Test Format](https://github.com/Lothiraldan/litf).
It can be used with [Balto: BAlto is a Language independent Test Orchestrator](https://lothiraldan.github.io/balto/).
--------------
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.# Features
- TODO
# Requirements
- TODO
# Installation
You can install "pytest-litf" via
[pip](https://pypi.python.org/pypi/pip/) from
[PyPI](https://pypi.python.org/pypi):```
$ pip install pytest-litf
```# Usage
- TODO
# Contributing
Contributions are very welcome.
# License
Distributed under the terms of the
[MIT](http://opensource.org/licenses/MIT) license, "pytest-litf" is
free and open source software# Issues
If you encounter any problems, please [file an
issue](https://github.com/lothiraldan/pytest-litf/issues) along with
a detailed description.