Skip to content

Add API and CLI command for updating multiple indexes at one (#4) #17

Add API and CLI command for updating multiple indexes at one (#4)

Add API and CLI command for updating multiple indexes at one (#4) #17

GitHub Actions / JUnit Test Report failed Apr 10, 2024 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 2 in tests/unit/similarity/test_detector.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_detector.tests.unit.similarity.test_detector

collection failure
Raw output
ImportError while importing test module '/home/runner/work/db-ally/db-ally/tests/unit/similarity/test_detector.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/unit/similarity/test_detector.py:2: in <module>
    from sample_module import submodule
tests/unit/similarity/sample_module/submodule.py:8: in <module>
    from dbally.views.base import ExecutionResult
E   ImportError: cannot import name 'ExecutionResult' from 'dbally.views.base' (/home/runner/work/db-ally/db-ally/src/dbally/views/base.py)