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

Give better printed behavior with more knobs #23

Closed arcfide closed 9 years ago

arcfide commented 9 years ago

It is often useful not to use screen real estate to print out the passed tests as well as the failing ones. This pull request enables this by creating a global setting print_passed that can be used to disable printing of passed tests.

arcfide commented 9 years ago

I have updated this request to include a better handling of printed output as well. This gives the tester the choice of printing out passed tests, as well as printing a header or summary, or not, and when running tests from a directory, uses a much less verbose testing printout.

Gianfrancoalongi commented 9 years ago

Good job :) :+1: