# Copyright (C) 2022 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information

"""
"""


class TestBaseNode:
    def test_init(self):
        pass

    def test_get_node(self):
        pass

    def test_get_node_from_data(self):
        pass

    def test_handle_node_errors(self):
        pass

    def test_get_node_data(self):
        pass

    def test_getattr(self):
        pass

    def test_is_type_of(sellf):
        pass
