<div dir="ltr"><div>[more of an avocado-users than a devel question but this is the only list I could find, sorry if I missed something]</div><div><br></div>Hopefully a quick question: what's the right way to invoke the test runner programmatically rather than through the  "avocado run " CLI?<div><br></div><div>I've played with something like</div><div><br></div><div>import avocado</div><div>from sleeptest import SleepTest</div><div><br></div><div>avocado.Test.run(SleepTest())</div><div><br></div><div>but I haven't explored further to find out how to parametrize and get all the goodies we get with the CLI options, is all this feasible?</div><div><br></div><div>Thanks!</div><div><br></div><div>Vincent</div><div><br></div></div>