Skip to content

Tero-Labs/moola-api-test-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moola test script

This repository contains automated test script for moola api endpoints.

How to use

  1. Clone the repository

     git clone https://github.com/Tero-Labs/moola-api-test-scripts.git
  2. Create virtual environment and activate it

    python -m venv venv
    source venv/bin/activate
  3. Install dependencies

    pip install -r requirements.txt
  4. Go to directory scripts and run moola_api_test.py

    cd scripts
    python test_apis.py
  5. Any failing api will be printed to stdout and a report will be generated under reports directory for the failing apis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages