Skip to content

Remove test suites #929

Open
Open
@morremeyer

Description

@morremeyer

With in-memory SQLite databases used for testing, we can remove the test suites since each in-memory database is distinct.

This adds two lines of code to each test that needs the database (calling the setup function and then deferring the teardown), but this is a better developer experience than the test suites currently since these are not well integrated into IDEs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    developmentThings that support development of the software

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions