Closed loosla closed 2 months ago
Enhance test coverage by adding mocked test for the function that updates database user.
Mocked tests do not act against the real API so no real resources are created.
To run mocked tests, run: make test-mocked
make test-mocked
make install
test_databases_get_user
@loosla can you please review PR. Please assign to me.
Overview
Enhance test coverage by adding mocked test for the function that updates database user.
Mocked tests do not act against the real API so no real resources are created.
To run mocked tests, run:
make test-mocked
Instructions
make install
test_databases_get_user
for reference)