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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: