Hello, I did a search by subject in the py-dev Archives and could not found any thread about that.<br>I guess it is because the documentation clearly say &quot;py.test is a *command line tool* to collect and run automated tests&quot;. <br>
<br>I&#39;m using as it is for some integration test but now I want to use it to run them from inside a python shell<br>Is there a way to run the autodiscovery + run the test + get the report from inside a python console?<br>
<br>Why do I need that?<br>I need it because I have to do it from inside a special console (the python console provided with Maya -<a href="http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&amp;id=13577897">http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&amp;id=13577897</a>) so I do not have any command line environmet to run py.test<br>
<br>Thanks in advance<br>Fede<br>