Fix: eask options should not be passed to buttercup #281
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
E.g. before
Fixed by setting
command-line-args-leftto the result ofeask-argsbefore callingbuttercup-run-discover.Another weird bug I noticed was that directories that are not children of the current directory are treated like empty directories.
Buttercup always fails, reporting 'No suites defined', even if there are test suites there. This can be kind of confusing, so I added an error for if the user tries to do this using
../.E.g.
However, this is also a problem when using an absolute directory that is not a child too
You get this output even if there are buttercup tests in
/path/to/somethingIf you want, I can test absolute paths too (i.e. check that every argument is on the load path/is reachable from the current directory), but I thought it might be a bit obscure? What do you think, is it worth checking?