Metadata-Version: 2.1
Name: seldom
Version: 3.4.0
Summary: Seldom automation testing framework based on unittest.
Home-page: https://github.com/seldomQA/seldom/
Author: bugmaster
Author-email: fnngj@126.com
License: Apache-2.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Testing
License-File: LICENSE
Requires-Dist: Appium-Python-Client (>=2.11.0)
Requires-Dist: XTestRunner (>=1.7.0)
Requires-Dist: loguru (==0.6.0)
Requires-Dist: openpyxl (>=3.0.3)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: requests (>=2.29)
Requires-Dist: jsonschema (>=4.10.0)
Requires-Dist: jmespath (>=0.10.0)
Requires-Dist: pymysql (>=1.0.0)
Requires-Dist: genson (==1.2.2)
Requires-Dist: click (~=8.1.3)
Requires-Dist: python-dateutil (==2.8.2)

seldom
---------------

WebUI/HTTP automation testing framework based on unittest.

Installation
------------

    $ pip install seldom


Documentation
++++++++++++++++++

https://github.com/SeldomQA/seldom
