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

TEST: add test for compute_fp.py #300

Closed
2 tasks
mmcky opened this issue Apr 12, 2017 · 1 comment
Closed
2 tasks

TEST: add test for compute_fp.py #300

mmcky opened this issue Apr 12, 2017 · 1 comment

Comments

@mmcky
Copy link
Contributor

mmcky commented Apr 12, 2017

Coverage:

compute_fp.py                          176     92    48%

The coverage statistics here are largely driven by internal private functions used by compute_fixed_point. Should we:

  • Add tests for private functions used by compute_fixed_point, or
  • add ignore statements given the are implicitly tested through compute_fixed_point
@mmcky
Copy link
Contributor Author

mmcky commented Apr 12, 2017

Note: Code Can be excluded from coverage.py using

# pragma: no cover

for functions, branching etc.

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