Skip to content

Relative path operator ./ causes "No matching tests found" #142

@pauldemarco

Description

@pauldemarco

The following causes No matching tests found:

mix test.interactive ./test/hello/hello_test.exs

By removing the ./, it finds the test file:

mix test.interactive test/hello/hello_test.exs

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