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") | |
| def test_setuphelper.test_intree_extensions | ( | monkeypatch, | |
| tmpdir | |||
| ) |
Definition at line 112 of file test_setuphelper.py.
| def test_setuphelper.test_intree_extensions_package_dir | ( | monkeypatch, | |
| tmpdir | |||
| ) |
Definition at line 131 of file test_setuphelper.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.
| test_setuphelper.DIR = os.path.abspath(os.path.dirname(__file__)) |
Definition at line 9 of file test_setuphelper.py.
| test_setuphelper.MAIN_DIR = os.path.dirname(os.path.dirname(DIR)) |
Definition at line 10 of file test_setuphelper.py.
| test_setuphelper.WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin") |
Definition at line 11 of file test_setuphelper.py.