lunarmodules / busted

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

Allow ROOT to contain hidden directories. #594

Closed LiamLeFey closed 5 years ago

LiamLeFey commented 5 years ago

Issue #150 added the functionality of filtering out hidden directories by default. Sometimes your test cases are in a hidden directory. This allows you to explicitly add hidden directories as part of ROOT, while still filtering out hidden sub-directories.

Tieske commented 5 years ago

looks good, but an additional test to validate the behaviour is missing.

Tieske commented 5 years ago

LGTM