File: test_package.py

package info (click to toggle)
python-suitesparse-graphblas 7.4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 956 kB
  • sloc: ansic: 9,939; python: 3,575; sh: 52; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
from suitesparse_graphblas import ffi, lib  # noqa


def test_matrix_existence():
    assert hasattr(lib, "GrB_Matrix_new")