Code review comment for lp:~kissiel/checkbox/fix-1476237-python-in-testing-shell

Revision history for this message
Maciej Kisielewski (kissiel) wrote :

> Can you expand on how you intend to use this object. I have some ideas but I'd
> like to know what yours are.

It's really up to testers' will, I didn't want to introduce any limitations. For many tests this should boild down to:

testingShell.python.imporModule('$test_logic')
var val = testingShell.python.eval('test_logic.foo()')

as this is the simplest way.

« Back to merge proposal