I want to write .t file for my plugin. I looked at SATest.pm for reference but I am not able to make any progress.In some of the .t files, patterns are properly listed whereas in pyzor.t and rasor2.t we have *Listed in Pyzor/Razor*. What is the use of patterns here ?
My plugin calls a python script and passes the $pms->get_decoded_stripped_body_text_array() as an argument. How should I proceed ahead with the test file ? Regards, Shreyansh Shrivastava
