lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.43k stars 186 forks source link

Allow multiple occurrences of `--pattern` option #516

Closed o-lim closed 8 years ago

o-lim commented 8 years ago

This allows the user to specify multiple --pattern command-line options, and updates the busted task file to allow for specifying patterns as a single string (for a single pattern) or as list of strings (for multiple patterns).