Skip to content

Refactor test_stars #4593

Closed
@Bibo-Joshi

Description

@Bibo-Joshi

test_stars currently tries to avoid test duplication by abstracting a lot away in fixtures and parametrizing the tests. The intention behind this certainly was good!
Unfortunately, it leads to the tests being very convoluted, hard to navigate and it being easy to forget updating everything on changes.

I strongly suggest that we instead use the boilerplate approach. It's more manuel, sure, but GitHub Copilot will take care of most of that and the result will be that we now again what we're testing :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    ⚙️ testsaffected functionality: tests

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions