Skip to content

Develop Mock for SQLite Cache Database for unit tests #63

@faza

Description

@faza

Create a mock version of our SQLite cache database to enhance our testing framework. This will allow our tests to run without interacting with the actual database, improving test speed and reliability while avoiding side effects on the development or production databases.

Acceptance Criteria:

  • The mock should mimic the behavior of our actual SQLite cache DB schema and operations.
  • Capability to set up predefined data states for testing specific database interactions.
  • Include examples of unit tests utilizing the mock to validate database-related logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions