This repository contains automated test script for moola api endpoints.
-
Clone the repository
git clone https://github.com/Tero-Labs/moola-api-test-scripts.git
-
Create virtual environment and activate it
python -m venv venv source venv/bin/activate -
Install dependencies
pip install -r requirements.txt
-
Go to directory
scriptsand runmoola_api_test.pycd scripts python test_apis.py -
Any failing api will be printed to stdout and a report will be generated under
reportsdirectory for the failing apis