module documentation

Undocumented

Class TestBuildExt Undocumented
Class TestParallelBuildExt Undocumented
Function extension_redirect Tests will fail to tear down an extension module if it's been imported.
Function safe_extension_import Undocumented
Function user_site_dir Undocumented
@contextlib.contextmanager
def extension_redirect(mod, path): (source)

Tests will fail to tear down an extension module if it's been imported. Before importing, copy the file to a temporary directory that won't be cleaned up. Yield the new path.

@contextlib.contextmanager
def safe_extension_import(name, path): (source)

Undocumented

@pytest.fixture()
def user_site_dir(request): (source)

Undocumented