How to print a string in lettuce?
In steps.py
just a print "test"
doesn't print it on stdout.
response = generate_string()
print response
The above doesn't work in lettuce. I am guessing Lettuce is grabbing all the stdout prints
How to print a string in lettuce?
In steps.py
just a print "test"
doesn't print it on stdout.
response = generate_string()
print response
The above doesn't work in lettuce. I am guessing Lettuce is grabbing all the stdout prints