devfinwiz / Fin-Maestro-Kin

Seamless Finance: Docker-Deployed APIs for Smart Investments. [WORK IN PROGRESS]
https://fin-maestro-kin.apidog.io/
MIT License
69 stars 10 forks source link

Added modules for testing endpoints #21

Closed SuyashDM closed 8 months ago

SuyashDM commented 8 months ago

This commit adds automated testing for endpoints in the API. Endpoints are tested for status code 200 to ensure they are functioning correctly. Added pytest fixtures and parametrized test cases for better organization and scalability. To test, run 'poetry run pytest' in the root directory of the project.

IMG-20240316-WA0051.jpg

IMG-20240316-WA0052.jpg

SuyashDM commented 8 months ago

Changes done