add template + cli #1
GitHub Actions / JUnit Test Report
failed
Dec 16, 2024 in 0s
3 tests run, 2 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 6 in .mypy_cache/3.11/tests/test_example.data.json
github-actions / JUnit Test Report
test_example.tests.test_example
collection failure
Raw output
ImportError while importing test module '/home/runner/work/cmem-plugin-index/cmem-plugin-index/tests/test_example.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_example.py:6: in <module>
from cmem_plugin_index.example import double
E ModuleNotFoundError: No module named 'cmem_plugin_index.example'
Loading