|
Re: Python Testing Strategies -- How did you do it?
One thing that I like about Python is the simplicity of debugging with print statements. I see that the sample code has some prints to show what is happening ("Running teleop()", etc).
Where does that output go? How do I tail the output?
|