|
I'm trying to instruct lunit to trigger a specific test in my suit instead of all, but when I use the --test or -t option with the exact name of my function still all test cases are loaded. I execute it like this: $ lunit --test test_function_name mytestfile.lua Am I missing something? Thijs