Does some know of a best practices primer when writing test scripts for modules. I am not sure exactly what to test for. My functions check bounds. Do I need to test it anyway. If I am returning a random array element what is an appropriate test for this type of thing? Are there times you don't need tests on a module?