In version 10, I had set up a unit test. Now in version 11, it doesn’t seem to work, and I’m not sure what I’m doing wrong (if anything).
I’m running:
Komodo IDE, version 11.0.0, build 90668, platform linux-x86_64.
Built on Tue Sep 19 16:11:12 2017.
I tried creating a new test. My test, in the “Edit Unittest Config” dialog shows:
Name: tryit
Path: /home/unittest/tryit
Framework: prove
Command (grayed out): prove -vlrfm --normalize --nocolor
Parser: tap
Save To (grayed out): global
When I click Run, a gray line that looks like a scroll bar appears in the middle of the screen for a few seconds, but nothing else happens. My code does not run–I can tell because it’s supposed to output a line of text to a file, and that doesn’t happen.
When I run prove -vlrfm --normalize --nocolor from the command line, my tests run fine.