sbom-tools 0.2.0

Semantic SBOM diff and analysis tool
Documentation
1
2
3
4
5
6
7
8
9
10
from __future__ import annotations

from sbomtools import version


def test_version_reports_abi_and_crate_versions(native_library: None) -> None:
    result = version()

    assert result.abi_version == "1"
    assert result.crate_version