Skip to content

fix tests

fix tests #10

GitHub Actions / Test Results failed Dec 3, 2024 in 0s

1 errors in 5s

1 tests  ±0   0 ✅ ±0   5s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0   1 🔥 ±0 

Results for commit bcf2e40. ± Comparison against earlier commit c73ebd2.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.test_dcc with error

test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/hdx-scraper-dcc/hdx-scraper-dcc/tests/test_dcc.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_dcc.py:10: in <module>
    from src.hdx.scraper.dcc.dcc import DCC
E   ModuleNotFoundError: No module named 'src'

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 test found

There is 1 test, see "Raw output" for the name of the test.
Raw output
tests.test_dcc