Skip to content

moyakub/internal-api-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack Used

  • Python, Pytest
  • JSON, REST APIs

Initial Installation

  1. Make sure you have python3 and pip installed on your machine.
    1. python3 --version
    2. pip --version
  2. Downlaod the folder
  3. Run python3 -m venv <virtual env folder name> to start a virtual environment inside project folder.
  4. Run source <virtual env folder name>/bin/activate to activate virtual environment
  5. You should see (venv) in the termial which proves that virtual env is activated successfully.
  6. Run pip install -r requirements.txt

To Run Pytest

  1. Confiqure secret files - .env and tests/packages/config_shop_environment.py
  2. Run pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages