bezyakina / writing-tests-with-pytest

Autotests for demonstration at interviews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions for running automated tests with PyTest

  1. Clone the repository with git clone [repository link] command
  2. Create a virtual environment with python3 -m venv env command
  3. Activate the virtual environment with source env/bin/activate command
  4. Install pytest using pip pip3 install pytest or requirements pip3 install -r requirements.txt
  5. Run tests with pytest command

About

Autotests for demonstration at interviews.

License:MIT License


Languages

Language:Python 100.0%