# build-aux/measurestack/test_misc.py - Miscellaneous tests for measurestack # # Copyright (C) 2025 Luke T. Shumaker # SPDX-License-Identifier: AGPL-3.0-or-later # pylint: disable=unused-variable from . import BaseName, QName def test_basename() -> None: assert QName("foo.c:bar.1").base() == BaseName("bar")