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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Review unit, functional and integration (API) tests. Make sure that the most common scenarios are covered. Exceptions that are handled at the service level should be tested among unit and functional tests. API responses should be tested within the common integration tests.
Motivation
Quality assurance is an important part of the software development process. It makes it possible to catch many errors that would be found in the production environment otherwise.
Acceptance Criteria
The HTTP API endpoints are tested
The WebSocket API endpoints are tested
Additional Information
Version 0.6.0
The text was updated successfully, but these errors were encountered:
Description
Review unit, functional and integration (API) tests. Make sure that the most common scenarios are covered. Exceptions that are handled at the service level should be tested among unit and functional tests. API responses should be tested within the common integration tests.
Motivation
Quality assurance is an important part of the software development process. It makes it possible to catch many errors that would be found in the production environment otherwise.
Acceptance Criteria
Additional Information
Version 0.6.0
The text was updated successfully, but these errors were encountered: