Preventing nosetests from closing in Windows
I'm running Windows 7 and am trying to r开发者_如何学运维un nosetests.
It's been installed and I can run it successfully, except that when I do run it (by typing 'nosetests' in the cmd window), it'll open a new cmd window with the output - but this window closes before I can see what it says. How do I prevent the results from closing so I can see them?
I'm a real n00b, in case you hadn't noticed.
精彩评论