Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 420 Bytes

OCS API tests

Use: python 3.9/requests/pytest

How to start

  1. Use python 3.9 +

  2. Create and activate virtual environments

    python3 -m venv env
    source env/bin/activate
    
  3. Run in terminal

     pip install -r requirements.txt
    
  4. Run tests from the folder tests with pytest or see Makefile

Launch parameters

    --url      Base URL.