elm-explorations / elm-explorations/test
Add option to filter tests
Open
- Dominant language
- Elm
- Stars
- 244
- Forks
- 40
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
Hi, it would be nice to filter tests that should be run. In qunit you can run `qunit --filter "my test suite"` and it will just run tests that match that string.
Currently, I'm forced to wrap my code in `only`, `skip` or `todo` functions to run certain tests, but I think the `--filter` option is much more convenient because it doesn't require any code modification.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.