You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add tests for email module into tests/email_test.py
Remove */hepdata/modules/email/* omit from .coveragerc
Ensure coverage decrease does not occur
The text was updated successfully, but these errors were encountered:
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:
tests/email_test.py
*/hepdata/modules/email/*
omit from.coveragerc
The text was updated successfully, but these errors were encountered: