im trying to make a bunch of helper methods so that instead of e.g. junit_tests our ppl will do aiq.test() and that will auto include bunch of useful stuff - at simplest what I have is -
https://gist.github.com/nitay/098b3e0b261043981d16c5daf754e2db. the pythonpath is all good, but i get the error
exception message: global name 'junit_tests' is not defined
. im prob going about this wrong, whats the right way to do this?