Skip to content

Refactor test suite to parametrize orm where possible #2904

@ElLorans

Description

@ElLorans

The current test suite is tightly coupled to specific backend implementations. This makes it harder to reuse tests across different storage layers and increases maintenance overhead when backend-specific details change.

We should refactor the test suite so that the majority of tests are parametrized vs the different ORMs.

The goal is to improve test portability, reduce duplication, and make it easier to validate Flask Admin against multiple backend implementations by leveraging the already huge testing suite for SQLA.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions