-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Mocked Tests: Databases (part 1) #204
Comments
@danaelhe would love to take a look into this. |
@danaelhe I was looking into the |
Hi there! The kubernetes test separate the mocked data into another file since the mocked data was very large. Hence, making the test file easier to read/manage. You certainly do not have to from a functional standpoint, but aesthetically could look better. |
closed with #215 |
Overview
Add more test coverage for Pydo, specifically for Databases
Mocked Tests: tests/mocked/
Tests in the mocked directory include:
These tests do not act against the real API so no real resources are created.
To run mocked tests, run:
make test-mocked
Instructions
databases.add
,databases.add_connection_pool
,databases.add_user
,databases.create_cluster
,databases.create_replica
The text was updated successfully, but these errors were encountered: