μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions | Variables
test_setuphelper Namespace Reference

Functions

def test_simple_setup_py (monkeypatch, tmpdir, parallel, std)
 
def test_intree_extensions (monkeypatch, tmpdir)
 
def test_intree_extensions_package_dir (monkeypatch, tmpdir)
 

Variables

 DIR = os.path.abspath(os.path.dirname(__file__))
 
 MAIN_DIR = os.path.dirname(os.path.dirname(DIR))
 
 WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin")
 

Function Documentation

◆ test_intree_extensions()

def test_setuphelper.test_intree_extensions (   monkeypatch,
  tmpdir 
)

Definition at line 112 of file test_setuphelper.py.

◆ test_intree_extensions_package_dir()

def test_setuphelper.test_intree_extensions_package_dir (   monkeypatch,
  tmpdir 
)

Definition at line 131 of file test_setuphelper.py.

◆ test_simple_setup_py()

def test_setuphelper.test_simple_setup_py (   monkeypatch,
  tmpdir,
  parallel,
  std 
)

Definition at line 16 of file test_setuphelper.py.

References len(), and PYBIND11_MODULE.

Variable Documentation

◆ DIR

test_setuphelper.DIR = os.path.abspath(os.path.dirname(__file__))

Definition at line 9 of file test_setuphelper.py.

◆ MAIN_DIR

test_setuphelper.MAIN_DIR = os.path.dirname(os.path.dirname(DIR))

Definition at line 10 of file test_setuphelper.py.

◆ WIN

test_setuphelper.WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin")

Definition at line 11 of file test_setuphelper.py.