8000 GitHub - andrejew123/Migo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrejew123/Migo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The api automated tests for Migo.

The tests require Python 3

HOWTOs

Install on a local machine

  1. Clone repository.

    cd <projects_folder>
    git clone git@github.com:andrejew123/Migo.git
    cd Migo
    
  2. Create virtualenv and install requirements.

    python3 -m venv migo
    source migo/bin/activate
    pip install -r requirements.txt
    
  3. Add secrets file to Migo folder.

  4. To run all tests:

    python -m pytest test_1.py
    

    To specific test:

    python -m pytest -k "function_name"
    

    e.g:

    python -m pytest -k "test_put_invalid_body_checking_status_code_400"
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0