integrate icon indicating copy to clipboard operation
integrate copied to clipboard

Python integration test framework

Results 3 integrate issues
Sort by recently updated
recently updated
newest added

I'm trying to run the exact same code as in the README.md. On executing the testrunner.py it is giving this error: ``` File "/home/in01-nbk-427/.virtualenvs/airship/lib/python3.6/site-packages/integrate/discover.py", line 88, in run ).run(args) File...

When each TestCase is executed, if an Exception is raised in the test code, only the Exception name is printed I think the output of traceback.format_exc() would be appropriate to...

pls add options or default sorted order for testrunner pattern