Skip to content

Commit

Permalink
Update tests/standalone_tests/test_parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com>
  • Loading branch information
thanh-nguyen-dang and paulineribeyre authored Apr 19, 2024
1 parent bad49b3 commit a33ec25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/standalone_tests/test_parser.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import pytest
import tube.settings as config

from tube.utils.dd import init_dictionary
from unittest.mock import patch

from tests.util import mock_dictionary_url, initialize_mappings
from tube.etl.indexers.injection.parser import Parser as InjectionParser
import tube.settings as config
from tube.utils.dd import init_dictionary

@pytest.fixture(scope="function")
@patch("tube.etl.indexers.injection.parser.Parser.get_edges_having_data")
Expand Down

0 comments on commit a33ec25

Please sign in to comment.