#4 allow using aexpect for module framework
Closed Opened by jscotka.

As I've fixed issue #1 there is problem that it is just for not complex cases, for complex case, we have to use aexpect, it is possible to use aexpect directly on host, but it has to be able to ruin commans inside modules
https://github.com/avocado-framework/aexpect
example:

from aexpect import ShellSession
a=ShellSession("/bin/sh")
a.cmd("true")

Metadata Update from @jscotka:
- Issue tagged with: RFE

Metadata Update from @jscotka:
- Issue tagged with: Prio1

Project moved to git hub.

Issues copied to:
https://github.com/fedora-modularity/meta-test-family/issues

Metadata Update from @jscotka:
- Issue status updated to: Closed (was: Open)

Metadata