GitHub Actions / Unit Test Results
failed
Dec 5, 2023 in 0s
1 errors in 0s
Annotations
github-actions / Unit Test Results
tests.test_notify_email with error
test-report.xml
Raw output
ImportError while importing test module '/home/runner/work/kafka-notify/kafka-notify/tests/test_notify_email.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_notify_email.py:5: in <module>
from notify_email import get_recipients, html_content, email_template, EMAIL_TEMPLATE_FILE
E ImportError: cannot import name 'EMAIL_TEMPLATE_FILE' from 'notify_email' (/home/runner/work/kafka-notify/kafka-notify/tests/notify_email.py)
Loading