Hi Guys,
I've figured out how to download and install pexpect locally, so my
previous email can be ignored.
Many thanks,
Chris
On Tue, May 13, 2014 at 7:52 AM, chris snow wrote:
> Hi Build Team!
>
> I have some integration tests I have created for a command line
> application. The tests use
Hi Chris
Recommend using venv so you can install whatever you need for your tests
and then we do not need to maintain and update the given 3rdparty dep when
you decide to update your code. If you need help using or configuring venv
for your tests happy to help
-Jake
On Tue, May 13, 2014 at 2:52
Hi Build Team!
I have some integration tests I have created for a command line
application. The tests use python and the pexpect library for
interacting with the application through stdin, stdout, stderr.
I've added these tests to a git branch and I've set up a jenkins CI
job:
https://builds.a