Home
last modified time | relevance | path

Searched refs:project_setup_py_test (Results 1 – 18 of 18) sorted by relevance

/dports/devel/py-scikit-build/scikit-build-0.12.0/tests/
H A Dtest_command_line.py22 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 Dtest_hello_cpp.py17 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 Dtest_hello_pure.py15 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 Dtest_skbuild_variable.py11 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 Dtest_broken_project.py21 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 Dtest_hello_cython.py12 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 Dtest_include_exclude_data.py6 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 Dtest_manifest_in.py12 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 Dtest_cmakelists_not_in_top_level_dir.py18 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 Dtest_cython_flags.py10 from . import project_setup_py_test
13 @project_setup_py_test("cython-flags", ["build"])
H A Dtest_issue334_configure_cmakelists_non_cp1252_encoding.py2 from . import project_setup_py_test
5 @project_setup_py_test("issue-334-configure-cmakelist-non-cp1252-encoding", ["install"], disable_la…
H A Dtest_issue284_build_ext_inplace.py4 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 Dtest_skbuild.py20 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 Dtest_issue274_support_default_package_dir.py4 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 Dtest_issue274_support_one_package_without_package_dir.py4 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 Dtest_issue401_sdist_with_symlinks.py8 from . import project_setup_py_test
13 @project_setup_py_test("issue-401-sdist-with-symlinks", ["sdist"])
H A Dtest_outside_project_root.py17 from . import project_setup_py_test
36 @project_setup_py_test("fail-outside-project-root", cmd, disable_languages_test=True)
H A D__init__.py257 def project_setup_py_test(project, setup_args, tmp_dir=None, verbose_git=True, disable_languages_te… function