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

It should be possible to target functions for coverage, based on the namespace and function name #2

Closed Gianfrancoalongi closed 11 years ago

Gianfrancoalongi commented 11 years ago

At the moment, when detailing which function to cover, it is only possible to target functions from the namespace in which the UT tests have been defined.

It should be possible to target ${FUNCTION} for coverage with a ${NAMESPACE}

Conf.cover ← ⊂ '#${NAMESPACE}.${FUNCTION}'

Gianfrancoalongi commented 11 years ago

Will this require an update in the requirement specification?

Gianfrancoalongi commented 11 years ago

ReqSpec updated Code updated Still - can not get coverage when running tests from a file. Need to fix this!

Gianfrancoalongi commented 11 years ago

The file namespace coverage issue will be opened as a separate issue