summaryrefslogtreecommitdiff
path: root/build-aux/measurestack/test_misc.py
blob: 5cdf629f6cf2d65a86f654f5c73befc9ac4418a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# build-aux/measurestack/test_misc.py - Miscellaneous tests for measurestack
#
# Copyright (C) 2025  Luke T. Shumaker <lukeshu@lukeshu.com>
# 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")