i think there was some directive i could enter in the test that would allow me to run some commands interactively at the point of the directive and then continue the example, but i dont remember what it was...
views:
17answers:
1
+2
A:
Do you mean you place a breakpoint in your test to enter the debugger?
import pdb; pdb.set_trace()
uloBasEI
2010-09-12 19:34:01