Testing Task

Installation Instructions

  1. Clone the repository:

    git clone git@github.com:DmitryOdinoky/testingtask.git
    cd testingtask
    
  2. Create a virtual environment:

    python -m venv env

  3. Activate the virtual environment:

    UNIX: source env/bin/activate WIN: .\env\Scripts\activate

  4. Install Dependencies

    pip install -r requirements.txt

  5. Run the Script

    python testingtask/testingtask.py