-
Notifications
You must be signed in to change notification settings - Fork 4
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
use fixtures to properly test the db #338
Comments
nuse yabasha |
6-11-2024I worked on a database insertions fixture |
7-11-2024I worked on making setup test to load a fresh version of the fixture database |
12-11-2024work completedwriting test functions for the remaing database functions ( now all of server getters - indexer utils are tested ) Work in Progressfor (DeleteOldGpus - GetHealthyNodeTwinIds ) -> they will need more work on the database fixture |
13-11-2024Work completed on a database fixture that test all database getters and indexers |
currently, the only test for the database is the end-to-end test, where a lot of components are included beside the database.
to properly have unit tests for the database alone, we could have test fixtures, maybe using this. this way database results could be easily predicted and tested.
The text was updated successfully, but these errors were encountered: