-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request