Roblox / testez

BDD-style test and assertion library for Roblox Lua
https://roblox.github.io/testez/
Apache License 2.0
185 stars 58 forks source link

An empty name filter will break focus and skip #136

Open MagiMaster opened 4 years ago

MagiMaster commented 4 years ago

Passing in an empty string as the test name filter will mark every test as focused, ignoring any focus or skip blocks set in the test files. An empty string should be treated the same as nil (no filter).