Skip to content

Improve tests  #19

@nebfield

Description

@nebfield

The existing tests do some unpleasant things like os.chdir to a module scoped fixture directory:

def test_fraposa(ref_data, filt_id, args):
with patch('sys.argv', args):
cwd = os.getcwd()
os.chdir(ref_data)
main()
os.chdir(cwd)

Also, the tests don't cover some functions like split input data well. Perhaps integrating codecov would help us find the dusty places in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions