class documentation

class TestBuildMetaLegacyBackend(TestBuildMetaBackend): (source)

View In Hierarchy

Undocumented

Method test_build_sdist_relative_path_import Undocumented
Method test_sys_argv_passthrough Undocumented
Class Variable backend_name Undocumented

Inherited from TestBuildMetaBackend:

Method build_backend Undocumented
Method get_build_backend Undocumented
Method test_build_sdist Undocumented
Method test_build_sdist_builds_targz_even_if_zip_indicated Undocumented
Method test_build_sdist_explicit_dist Undocumented
Method test_build_sdist_pyproject_toml_exists Undocumented
Method test_build_sdist_setup_py_exists Undocumented
Method test_build_sdist_setup_py_manifest_excluded Undocumented
Method test_build_sdist_version_change Undocumented
Method test_build_wheel Undocumented
Method test_build_with_empty_setuppy Undocumented
Method test_build_with_existing_file_present Undocumented
Method test_build_with_pyproject_config Undocumented
Method test_dont_install_setup_requires Undocumented
Method test_editable_with_config_settings Undocumented
Method test_editable_with_global_option_still_works The usage of --global-option is now discouraged in favour of --build-option. This is required to make more sense of the provided scape hatch and align with previous pip behaviour. See pypa/setuptools#1928.
Method test_editable_without_config_settings Sanity check to ensure tests with --mode=strict are different from the ones without --mode.
Method test_get_requires_for_build_sdist Undocumented
Method test_get_requires_for_build_wheel Undocumented
Method test_prepare_metadata_for_build_wheel Undocumented
Method test_prepare_metadata_inplace Some users might pass metadata_directory pre-populated with `.tox` or `.venv`. See issue #3523.
Method test_setup_py_file_abspath Undocumented
Method test_setup_requires Undocumented
Method test_setup_requires_with_auto_discovery Undocumented
Method test_static_metadata_in_pyproject_config Undocumented
Method _assert_link_tree All files in the directory should be either links or hard links
Class Variable _relative_path_import_files Undocumented
Class Variable _setup_py_file_abspath Undocumented
Class Variable _simple_pyproject_example Undocumented
Class Variable _sys_argv_0_passthrough Undocumented