Tagged Questions
0
votes
1answer
62 views
Py.Test silently skips tests with errors in them using PyDev/Eclipse?
I've been looking in to using Py.Test to automate unit testing in some code I've been working on. I've discovered the following behavior: when a test that I've built has an error (that would otherwise ...