Skip to content

Added prometheus client

Amit Bhanja 814e876
Sign in for the full log view
GitHub Actions / Unit Test Results failed Feb 7, 2024 in 0s

2 errors in 0s

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

Results for commit 814e876. ± Comparison against earlier commit aac3acf.

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:4: in <module>
    import notify_email
tests/notify_email.py:15: in <module>
    from src.metrics import NOTIFICATIONS_SENT, NOTIFICATIONS_ERROR
E   ModuleNotFoundError: No module named 'src'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.test_notify_slack with error

test-report.xml
Raw output
ImportError while importing test module '/home/runner/work/kafka-notify/kafka-notify/tests/test_notify_slack.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_slack.py:3: in <module>
    from notify_slack import now_timestamp, message_content
tests/notify_slack.py:12: in <module>
    from src.metrics import NOTIFICATIONS_SENT, NOTIFICATIONS_ERROR
E   ModuleNotFoundError: No module named 'src'