Hi -
I am working through learn python the hard way and I am trying to practice using nosetests command with the "game" I created. The problem when I run nosetests it works fine until it is time to test a class that has raw_input in it, then it just freezes and sits until I keyboard escape. Would anyone be able to assist me with passing a value to the raw_input when using nosetests? Thank you
I can provide examples if needed, thanks.