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

Time measurement for each test and grand total #13

Closed Gianfrancoalongi closed 10 years ago

Gianfrancoalongi commented 10 years ago

Measure the time for each test and the grand total. t←⎕TS

.test

⎕TS-t As suggested by Jake Jacob

Gianfrancoalongi commented 10 years ago

currently , in the dev branch for this, we have the following behavior

Passed 0 m 0 s 1 ms Passed 0 m 0 s 0 ms Passed 0 m 0 s 0 ms Passed 0 m 0 s 1 ms Passed 0 m 0 s 0 ms Passed 0 m 0 s 0 ms


./Demo_tests.dyalog tests ⍋ Passed: 6 ⍟ Crashed: 0 ⍒ Failed: 0 ○ Runtime: 0 m 0 s 32 ms

Gianfrancoalongi commented 10 years ago

Added in 755ba62b4c6a2158c3fcb174e1b385bbfd06d241