https://github.com/rhinstaller/teres
Simple library for reporting test results implemented in python.
https://github.com/rhinstaller/teres
Last synced: about 2 months ago
JSON representation
Simple library for reporting test results implemented in python.
- Host: GitHub
- URL: https://github.com/rhinstaller/teres
- Owner: rhinstaller
- License: lgpl-2.1
- Created: 2016-04-14T12:08:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T11:41:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T08:42:31.563Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Teres
=====
Teres is a library for reporting results from tests written in python. So far
it provides two handler classes `LoggingHandler` and `ThinBkrHandler` for reporting
to stdout and to [beaker](https://beaker-project.org/) lab controller.
Documentation could be found [here](https://teres.readthedocs.org/).