Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Gianfrancoalongi opened this issue Feb 19, 2013 · 3 comments
Assignees

Comments

@Gianfrancoalongi
Copy link
Owner

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
Copy link
Owner Author

Will this require an update in the requirement specification?

@Gianfrancoalongi
Copy link
Owner Author

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

@Gianfrancoalongi
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant