Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify arrays of globs for test files, instead of a single dir string #24

Open
jokeyrhyme opened this issue Feb 14, 2014 · 0 comments
Open

Comments

@jokeyrhyme
Copy link

Really enjoying your work so far. Keep it up. :)

With the current dir functionality, we have to make the following assumptions:

  • all the tests we want to run share a common parent directory
  • we actually want to run all the tests found beneath that common parent directory

I have a use case where this isn't strictly true, and these assumptions may not be correct with PSR-4 components.

I would find it useful to be able to specify precisely the test files I want to be executed, as an array of string paths. It would be especially useful to be able to provide string path patterns, as with the src setting in grunt-jslint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant