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
The User RPC endpoint exposes a CRUD RPC endpoint that allows other services to work with users via RPC. These methods currently have no associated tests and must have some added in.
Requirements & Criteria
Tests are written within db-service/tests/app.e2e-spec.ts
Tests cover cases of invalid input (with appropriate exception/error checking)
Tests cover cases of correct input
Tests cover all of gRPC methods (create, get, update, delete, link project)
NOTE: The full test-suite for any package can be run in the root directory of the project by running yarn test:e2e:[service-name]
The text was updated successfully, but these errors were encountered:
tmthecoder
changed the title
Write tests for User Creation RPC
Write tests for User RPC
Oct 31, 2023
Write Tests for User RPC
Context
The User RPC endpoint exposes a CRUD RPC endpoint that allows other services to work with users via RPC. These methods currently have no associated tests and must have some added in.
Requirements & Criteria
db-service/tests/app.e2e-spec.ts
NOTE: The full test-suite for any package can be run in the root directory of the project by running
yarn test:e2e:[service-name]
The text was updated successfully, but these errors were encountered: