/dports/devel/py-scikit-build/scikit-build-0.12.0/tests/ |
H A D | test_command_line.py | 22 project_setup_py_test, 26 @project_setup_py_test("hello-no-language", ["--help"], disable_languages_test=True) 34 @project_setup_py_test("hello-no-language", ["--help-commands"], disable_languages_test=True) 43 @project_setup_py_test("hello-no-language", ["--author", "--name"], disable_languages_test=True) 56 @project_setup_py_test("hello-no-language", [], disable_languages_test=True) 74 @project_setup_py_test("hello-no-language", ["unknown"], disable_languages_test=True) 91 @project_setup_py_test("hello-no-language", ["--"] * 3, disable_languages_test=True) 104 @project_setup_py_test("hello-no-language", 112 @project_setup_py_test("hello-no-language", 143 @project_setup_py_test("hello-no-language", [all …]
|
H A D | test_hello_cpp.py | 17 from . import get_ext_suffix, project_setup_py_test 25 @project_setup_py_test("hello-cpp", ["build"]) 33 @project_setup_py_test("hello-cpp", ["build"], tmp_dir=tmp_dir) 45 @project_setup_py_test("hello-cpp", ["sdist"]) 88 @project_setup_py_test("hello-cpp", ["bdist_wheel"]) 101 @project_setup_py_test("hello-cpp", ["--skip-cmake", "bdist_wheel"], tmp_dir=tmp_dir) 117 @project_setup_py_test("hello-cpp", ["build"]) 134 @project_setup_py_test("hello-cpp", clean_args, tmp_dir=tmp_dir) 157 @project_setup_py_test("hello-cpp", ["build"], tmp_dir=tmp_dir) 161 @project_setup_py_test("hello-cpp", ["clean"], tmp_dir=tmp_dir) [all …]
|
H A D | test_hello_pure.py | 15 from . import project_setup_py_test 19 @project_setup_py_test("hello-pure", ["build"], disable_languages_test=True) 30 @project_setup_py_test("hello-pure", ["sdist"], disable_languages_test=True) 48 @project_setup_py_test("hello-pure", ["bdist_wheel"], disable_languages_test=True) 64 @project_setup_py_test("hello-pure", ["build"], disable_languages_test=True) 72 … @project_setup_py_test("hello-pure", ["clean"], tmp_dir=tmp_dir, disable_languages_test=True)
|
H A D | test_skbuild_variable.py | 11 from . import project_setup_py_test 14 @project_setup_py_test("fail-unless-skbuild-set", ["build"], disable_languages_test=True) 23 @project_setup_py_test("fail-unless-skbuild-set", ["sdist"], disable_languages_test=True) 28 @project_setup_py_test("fail-unless-skbuild-set", ["bdist_wheel"], disable_languages_test=True)
|
H A D | test_broken_project.py | 21 from . import project_setup_py_test 29 … @project_setup_py_test("fail-with-fatal-error-cmakelists", ["build"], disable_languages_test=True) 52 …@project_setup_py_test("fail-with-syntax-error-cmakelists", ["build"], disable_languages_test=True) 75 @project_setup_py_test("fail-hello-with-compile-error", ["build"]) 114 @project_setup_py_test("hello-no-language", ["build"], disable_languages_test=True) 141 @project_setup_py_test("hello-no-language", ["build"]) 159 @project_setup_py_test("hello-no-language", ["build"])
|
H A D | test_hello_cython.py | 12 from . import get_ext_suffix, project_setup_py_test 16 @project_setup_py_test("hello-cython", ["build"]) 26 @project_setup_py_test("hello-cython", ["sdist"]) 48 @project_setup_py_test("hello-cython", ["bdist_wheel"])
|
H A D | test_include_exclude_data.py | 6 from . import project_setup_py_test 66 @project_setup_py_test("test-include-exclude-data", ["bdist_wheel"]) 71 @project_setup_py_test("test-include-exclude-data", ["sdist"]) 76 @project_setup_py_test("test-include-exclude-data-with-base", ["bdist_wheel"]) 81 @project_setup_py_test("test-include-exclude-data-with-base", ["sdist"])
|
H A D | test_manifest_in.py | 12 from . import project_setup_py_test 16 @project_setup_py_test("manifest-in", ["sdist"], disable_languages_test=True) 34 @project_setup_py_test("manifest-in", ["bdist_wheel"], disable_languages_test=True)
|
H A D | test_cmakelists_not_in_top_level_dir.py | 18 from . import (_tmpdir, execute_setup_py, project_setup_py_test) 22 @project_setup_py_test("cmakelists-not-in-top-level-dir", ["build"], disable_languages_test=True) 65 @project_setup_py_test("cmakelists-not-in-top-level-dir", ["sdist"], disable_languages_test=True)
|
H A D | test_cython_flags.py | 10 from . import project_setup_py_test 13 @project_setup_py_test("cython-flags", ["build"])
|
H A D | test_issue334_configure_cmakelists_non_cp1252_encoding.py | 2 from . import project_setup_py_test 5 @project_setup_py_test("issue-334-configure-cmakelist-non-cp1252-encoding", ["install"], disable_la…
|
H A D | test_issue284_build_ext_inplace.py | 4 from . import get_ext_suffix, project_setup_py_test 7 @project_setup_py_test("issue-284-build-ext-inplace", ["build_ext", "--inplace"], disable_languages…
|
H A D | test_skbuild.py | 20 from . import (get_cmakecache_variables, project_setup_py_test, 132 @project_setup_py_test("hello-cpp", ["build"]) 160 @project_setup_py_test("hello-no-language", build_args, disable_languages_test=True) 214 @project_setup_py_test("hello-cpp", ["build", "-G", vs_generator])
|
H A D | test_issue274_support_default_package_dir.py | 4 prepare_project, project_setup_py_test, push_dir 8 @project_setup_py_test("issue-274-support-default-package-dir", ["install"], disable_languages_test…
|
H A D | test_issue274_support_one_package_without_package_dir.py | 4 prepare_project, project_setup_py_test, push_dir 8 @project_setup_py_test("issue-274-support-one-package-without-package-dir", ["install"], disable_la…
|
H A D | test_issue401_sdist_with_symlinks.py | 8 from . import project_setup_py_test 13 @project_setup_py_test("issue-401-sdist-with-symlinks", ["sdist"])
|
H A D | test_outside_project_root.py | 17 from . import project_setup_py_test 36 @project_setup_py_test("fail-outside-project-root", cmd, disable_languages_test=True)
|
H A D | __init__.py | 257 def project_setup_py_test(project, setup_args, tmp_dir=None, verbose_git=True, disable_languages_te… function
|