# pytest-api-automatic **Repository Path**: test-dev-qa/pytest-api-automatic ## Basic Information - **Project Name**: pytest-api-automatic - **Description**: Pytest yaml allure httpx assert bdd jmespath demjson - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-14 - **Last Updated**: 2024-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pytest API Automatic Pytest Framework For API Automation Testing ## Table of contents * [General Info](#General info) * [Installation](#Installation) * [Built with](#Built with) * [Run test](#Run test) * [Architecture](#Architecture) * [testcases](#testcases) * [apiobjects](#apiobjects) * [config](#config) * [resource](#resource) * [core](#core) * [utils](#utils) * [models](#models) * [suites](#suites) * [Run test with](#run-test-with) * [Help](#help) ## General info Library with a bunch of useful functions that extend Pytest and make your api testing better. ## Installation ### Install manually Add dependency with a version that you need ```shell pip install -r requirement.txt ``` ## Built with * pytest version: 6.2.3+ * httpx version: 0.17+ ## Run test ./execute_tests.sh ## Architecture ## Help mail: moyu6027@gmail.com pytest docs: https://docs.pytest.org/en/stable/index.html