Comment on 3 percent of Python codebases we checked had silently failing unit testsparentComments−rightbyte4yI think relying on stout is kinda fine. I do tests with TCL/Expect like that.It is nice to not have to depend on the language runtime to do the test.
Comments
I think relying on stout is kinda fine. I do tests with TCL/Expect like that.
It is nice to not have to depend on the language runtime to do the test.