Metadata-Version: 2.4
Name: hoover
Version: 0.6.5
Summary: hoover - A testing mini-framework for many a test case
Home-page: https://gitlab.com/vornet/python/python-hoover
Maintainer-email: Alois Mahdal <netvor+hoover@vornet.cz>
License: MIT
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires: yaml
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer-email
Dynamic: requires
Dynamic: summary

hoover is a testing framework built with following principles
in mind:
*  data-driven testing,
*  easy test data definition (even with huge sets),
*  helpful reporting.
Typical use case is that you have a tested system, another
"reference" system and knowledge about testing input.  You then
create drivers for both systems that will parse and prepare
output in a way that it can be compared to eaach other.
