Refactor tests to mock database access #518
Labels
level/task
Task issue
module/agent
type/change
Change performed in a resource or Wazuh Cloud environment
Description
The introduction of the feature mentioned in #122 enables us to improve the reliability of our test suite by:
This will allow us to write more efficient, reliable, and maintainable tests.
Tests that should be modified:
To be sure that there are no other tests writing to databases on disk a more thorough examination is encouraged, verify that SQL is not used when running the tests and that no new .db files are created.
The text was updated successfully, but these errors were encountered: