This project is a Python application with a focus on testing using pytest
and generating test reports with Allure
. The goal of the project is to
ensure high-quality code through rigorous testing and clear, comprehensive test reporting.
- Python 3.7+
pip
(Python package installer)
-
Clone the repository:
git clone git clone https://iazarashvil@bitbucket.org/digital-area-extra/extra_api.git
-
Create a virtual environment:
python -m venv venv
-
Install the required dependencies:
pip install -r requirements.txt