Skip to content

TST: Separate test_mergesort #23

@Nikoleta-v3

Description

@Nikoleta-v3

It's good practice to separate our tests when we are testing different properties, even of the same function.

Currently, test_mergesort serves as two tests, checking that both odd and even lists work properly. Separate these into two distinct tests. Specifically, move the second check into its own test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TestsTest improvements

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions