DEBSOURCES
Skip Quicknav
sources / basix / 0.0.1~git20210122.4f10ef2-2 / test / test_include.py
1234567
import basix import os def test_include(): path_to_file = os.path.join(basix.get_include_path(), "basix.h") assert os.path.isfile(path_to_file)