Gianfrancoalongi / APLUnit

APLUnit - a library to facilitate Unit Testing and Test Driven Development of code written in Dyalog APL, developed together with Morten Kromberg (CTO Dyalog Ltd)
7 stars 5 forks source link

Print the name of the test when it is passed. #25

Closed arcfide closed 8 years ago

arcfide commented 8 years ago

It is very helpful to see the name of the test when it passes so that long running test sequences, if they cause a crash or some other failure, can be traced back to the offending test more easily, in cases where the system's test suite may go down.