You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a Python based test suite for JoinMe style app APIs to check endpoint stability, response time, data integrity, and absence of sensitive information using Pytest and Requests.
Automated API testing suite for JoinMe-style endpoints using Python and Pytest.
Covers:
Status validation
Speed checks (<2s)
JSON structure
Sensitive data exposure check
Stack:
Python, Pytest, Requests, JSON
Run:
pip install -r requirements.txt
pytest -v
About
Built a Python based test suite for JoinMe style app APIs to check endpoint stability, response time, data integrity, and absence of sensitive information using Pytest and Requests.