Skip to content

pytest returns a wrong coverage when no argument is passed #56

@Gioia92

Description

@Gioia92

When pytest is called without an argument it returns a coverage grater than one even when tests are not run. To solve this issue it is sufficient to add the name of the folder containing the tests as an argument to pytest in Makefile:

${PYTHON} -m pytest tests

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