Skip to content

Tests Sequentially Dependent #10

@atheni42

Description

@atheni42

Currently the tests in convert_test.py are a collection of assert statements one after the other. If the first fails they all fail. Bad coding, 0/10. Should use pytest.parameterize and separate out the inputs and expected outputs so they can be run individually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions