Skip to content

fpm test with --runner #1041

@jacobwilliams

Description

@jacobwilliams

Description

To run all the tests, you can do this:

fpm test

However, the --runner arg doesn't seem to work in this mode:

fpm test --runner "time"

It prints "Available names:" and then lists all the tests. So, it only seems to work when you manually specify a test to use the runner:

fpm test blah --runner "time"

It would be nice if fpm test --runner ... worked too. The intent is to use the runner to run all the tests.

Possible Solution

Add support for fpm test --runner ... to run all the tests.

Additional Information

Version: 0.10.0, alpha

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