File: test_include.py

package info (click to toggle)
basix 0.0.1~git20210122.4f10ef2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 696 kB
  • sloc: cpp: 3,987; python: 1,918; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
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)