Skip to content

Commit

Permalink
fixup! [Core] Add hybrid plugin system
Browse files Browse the repository at this point in the history
pylint

Signed-off-by: David Feltell <david.feltell@foundry.com>
  • Loading branch information
feltech committed Aug 1, 2024
1 parent 448cadf commit a8fde7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# pylint: disable=invalid-name,redefined-outer-name
# pylint: disable=missing-class-docstring,missing-function-docstring
# pylint: disable=too-many-arguments,too-few-public-methods
# pylint: disable=protected-access
# pylint: disable=protected-access,unused-argument

from unittest import mock
from unittest.mock import Mock, call
Expand Down Expand Up @@ -221,7 +221,7 @@ def test_has_fixtures_and_manager(self, a_test_case, a_fixture_dict, mock_manage
# system environment
class Test_createHarness:
def test_cpp_has_priority_over_python(
self, monkeypatch, mock_manager_factory, mock_hybrid_plugin_system
self, mock_manager_factory, mock_hybrid_plugin_system
):
mock_hybrid_plugin_system.return_value.identifiers.return_value = ["an.asset.manager"]

Expand Down

0 comments on commit a8fde7b

Please sign in to comment.