zunit-zsh / zunit

A powerful testing framework for ZSH projects
https://zunit.xyz
MIT License
208 stars 23 forks source link

Skip non-.zunit files when recursing on a test directory #115

Open NReilingh opened 4 years ago

NReilingh commented 4 years ago

I decided to implement this check inside the directory recursion instead of inside the file check. That way, someone can still call zunit testfile.weirdextension and have things work. The .zunit extension requirement is only in place when doing directory recursion.

fixes #114