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.
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