Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baripembo committed Dec 3, 2024
1 parent 5a5f178 commit 446e026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
pythonpath = src
pythonpath = ../src
addopts = "--color=yes"
log_cli = 1
2 changes: 1 addition & 1 deletion tests/test_dcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from hdx.utilities.retriever import Retrieve
from hdx.utilities.useragent import UserAgent

from src.hdx.scraper.dcc.dcc import DCC
from hdx.scraper.dcc.dcc import DCC


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 446e026

Please sign in to comment.