Пример #1
0
    def test_dependencies(self):
        """Test dependencies.

        This should always return an empty set.

        """
        assert isinstance(LookupHandler.dependencies({}), set)
Пример #2
0
    def test_dependencies(self) -> None:
        """Test dependencies.

        This should always return an empty set.

        """
        assert isinstance(
            LookupHandler.dependencies(MagicMock(autospec=VariableValue)), set)