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

Add tests for email module #822

Open
ItIsJordan opened this issue Sep 11, 2024 · 0 comments
Open

Add tests for email module #822

ItIsJordan opened this issue Sep 11, 2024 · 0 comments
Assignees

Comments

@ItIsJordan
Copy link
Collaborator

ItIsJordan commented Sep 11, 2024

Currently email functions are not directly tested, and is also excluded from coverage as noted in .coveragerc. Functionality is mostly (assumed) tested indirectly through other tests, and through the E2E testing process. This should be improved by directly testing the functions contained in the email module in their own file: email_test.py.

Task list:

  1. Add tests for email module into tests/email_test.py
  2. Remove */hepdata/modules/email/* omit from .coveragerc
  3. Ensure coverage decrease does not occur
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

2 participants