Skip to content
Snippets Groups Projects
Commit 168576b4 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

STY: ws

parent d4480bc9
No related branches found
No related tags found
2 merge requests!160STY: styling,!131Accept references of children
Pipeline #41022 passed
...@@ -19,6 +19,7 @@ from test_crawler import mock_get_entity_by ...@@ -19,6 +19,7 @@ from test_crawler import mock_get_entity_by
def clear_cache(): def clear_cache():
cache_clear() cache_clear()
@patch("caoscrawler.identifiable_adapters.get_children_of_rt", @patch("caoscrawler.identifiable_adapters.get_children_of_rt",
new=Mock(side_effect=id)) new=Mock(side_effect=id))
@patch("caoscrawler.identifiable_adapters.cached_get_entity_by", @patch("caoscrawler.identifiable_adapters.cached_get_entity_by",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment