Skip to content

Put data fixture for all tests into separate file to reduce code duplication #107

@amichuda

Description

@amichuda

Right now test_CL, test_HC, test_seeds and test_weights all have a data function.

We can put the data fixture into a conftest.py file that is global so that all tests can use the data function.

I also noticed that sometimes data() also takes a G parameter. We can use pytest.mark.parameterize to allow for multiple tests at different numbers of clusters for test robustness.

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