Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Create tests that do not depend on a specific repo state #56

@st3fan

Description

@st3fan

Some tests look at st3fan/fenix or st3fan/android-components. Since those forks are used for development, they are not guaranteed to be stable.

So some tests that pull data from them fail:

    def test_get_recent_fenix_versions(gh):
>       assert get_recent_fenix_versions(gh.get_repo(f"st3fan/fenix")) == [83, 88]
E       assert [86, 87] == [83, 88]
E         At index 0 diff: 86 != 83
E         Use -v to get the full diff

We can update the tests, but it is better to figure out a better way with more stability.

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