pytestix

View on PyPIReverse Dependencies (0)

0.1.0 pytestix-0.1.0-py2.py3-none-any.whl

Wheel Details

Project: pytestix
Version: 0.1.0
Filename: pytestix-0.1.0-py2.py3-none-any.whl
Download: [link]
Size: 21129
MD5: f9f3301e8d638535e8e69ed5810a8e4f
SHA256: feb3a023687b2d149adf010d203e4f31f9a120615624ef7cfefe8dce5408d713
Uploaded: 2023-04-02 08:26:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytestix
Version: 0.1.0
Summary: pytestix is a pytest-based automation testing framework for api, ui, app testing
Author: luyh
Author-Email: jaylu1995[at]outlook.com
Home-Page: https://github.com/jaylu2018/pytestify
License: Apache License 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
Requires-Dist: pytest (~=7.2.1)
Requires-Dist: playwright (~=1.30.0)
Requires-Dist: pytest-playwright (~=0.3.0)
Requires-Dist: httpx (~=0.23.3)
Requires-Dist: pytest-cases (~=3.6.13)
Requires-Dist: loguru (~=0.6.0)
Requires-Dist: prettytable (~=3.6.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 94 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
pytestix/__init__.py sha256=0TQv36VBrVCdS4E8y5q1kGKVwtWIWDWgT8NULhwiTwo 206
pytestix/cli.py sha256=kGPgynpXwjASkUOu4mdXCO13NYz6f7tFWcBlVQZydk4 843
pytestix/config.py sha256=gLH4kc4qcwGWEu8JZH62YATxugZ8fzGKgRLyDI_zMA0 1706
pytestix/core.py sha256=Lf9dvGEzEsEWEoZ2McYXaKRxyZb2JMf6pDIBnHoeYrw 661
pytestix/scaffold.py sha256=19gSWggrMGar-BzYMBbwAICsKUk-PX4sX4hfbl9IdYQ 2662
pytestix/driver/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/driver/api.py sha256=njct_S38Cwugt56Xg_J8vvOhVoqiXjEZWfd2Knu12Js 462
pytestix/driver/web.py sha256=EEzQ99KOWp4_8kfJRPXf4dCtFdiJK5YUNqI8tAx9oi8 2962
pytestix/test_project/api_test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/template/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/template/body.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/template/header.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/template/interface.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/template/url.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/test_case/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/test_case/busi.py sha256=ALSZsq45YMCsVbMKN4iNUwudZVwNv89QNqmK9tUScMc 794
pytestix/test_project/api_test/test_application/http/test_case/flow.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/test_case/interface.py sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA 2
pytestix/test_project/api_test/test_application/http/test_case/prod.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/test_data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/test_data/busi.py sha256=tWe7yxmMU_8ctsA1aIjwaZi901gNS9ctal61znCwgRQ 342
pytestix/test_project/api_test/test_application/http/test_data/flow.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/test_data/interface.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/api_test/test_application/http/test_data/prod.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/locators/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/locators/test_locators.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/page_objects/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/page_objects/test_po.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/test_cases/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/test_cases/busi.py sha256=KSwBiri5sxE2P7c3xtvPsVfQA0UyidESeSGh_p8vl9c 197
pytestix/test_project/ui_test/test_application/test_datas/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/test_datas/busi.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/test_project/ui_test/test_application/test_datas/settings.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/utils/logs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/utils/logs/config.py sha256=XYLlX3w-Q5-zh0CGeIHZ1he3JsbVVhiQwLtpmFHWRDk 64
pytestix/utils/logs/core.py sha256=xq-o2cvdXiw6PGa1G1rGFC1iWqBZtbusXMCBIEMZrmU 4283
pytestix/utils/logs/monkey_print.py sha256=w3Kx3UXIAEs6kOINXZXkObHyftfrP_QSVhjQbE9JxCo 2202
pytestix/utils/public/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytestix/utils/public/get_project_path.py sha256=gz9K22YK81pd8RU8cZDGsvudhybn0SZ8azRR3or2GcQ 692
pytestix/utils/public/printify_table.py sha256=FAtrpGM9jWEFhih3TqH5Y0eWdZ15_6Bhw6hRmXcHeyE 260
pytestix-0.1.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
pytestix-0.1.0.dist-info/METADATA sha256=Ay4nckIjj8EO2_vN-G-AbXG68qVHdzEXDYzqro6muJk 1035
pytestix-0.1.0.dist-info/WHEEL sha256=WzZ8cwjh8l0jtULNjYq1Hpr-WCqCRgPr--TX4P5I1Wo 110
pytestix-0.1.0.dist-info/entry_points.txt sha256=klIlYRaVDalM9RtlebuSnS1YHl2cWYdckxkpIhkvpUE 48
pytestix-0.1.0.dist-info/top_level.txt sha256=8_GapkbY18rFDeqi9IpPAP28KtCVvWUHy7aWKuiQH_s 9
pytestix-0.1.0.dist-info/RECORD

top_level.txt

pytestix

entry_points.txt

pytestix = pytestix.cli:main