Skip to content

Flexible templates and fixes #44

Flexible templates and fixes

Flexible templates and fixes #44

GitHub Actions / Unit Test Results failed Dec 5, 2023 in 0s

1 errors in 0s

1 tests   0 ✔️  0s ⏱️
1 suites  0 💤
1 files    0   1 🔥

Results for commit 2c97829.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions 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)