This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Description
Requirements
This project requires development on the QA and functional tests side. Unit tests for each function that calls the Dotlas API endpoints can be developed with tools such as pytest. The test cases themselves can be enumerated based on valid responses from the API. For ex. if a certain city does not return results - that would be a decent test case to have and flag immediately.
Nice-to-have
Setting up a CI/CD pipeline using Github actions where tests are conducted automatically on the cloud on pushes to certain branches, etc.