is there any way of running unit tests in PyDev and not having to parse the console's output (with eyes) in order for knowing if tests have passed? (having a JUnit-like green bar instead)
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is there any way of running unit tests in PyDev and not having to parse the console's output (with eyes) in order for knowing if tests have passed? (having a JUnit-like green bar instead)
Thanks!
Not currently, but I have plans to improve the unittest in the upcoming releases, so, keep an eye open for it.
Cheers,
Fabio
Thanks!
This will surely take PyDev a few steps ahead of all the competitor IDEs.