I would like to know which testing tools for python support the testing of interactive programs. For example, I have an application launched by:
$ python dummy_program.py
>> Hi whats your name? Joseph
I would like to instrument Joseph so I can emulate that interactive behaviour.