module documentation

Undocumented

Class Subcommand Dummy command to be used in tests
Function test_distribution_gives_setuptools_build_obj Check that the setuptools Distribution uses the setuptools specific build object.
Function test_subcommand_in_distutils Ensure that sub commands registered in ``distutils`` run, after instructing the users to migrate to ``setuptools``.
Function _restore_sub_commands Undocumented
def test_distribution_gives_setuptools_build_obj(tmpdir_cwd): (source)

Check that the setuptools Distribution uses the setuptools specific build object.

@_restore_sub_commands()
def test_subcommand_in_distutils(tmpdir_cwd): (source)

Ensure that sub commands registered in ``distutils`` run, after instructing the users to migrate to ``setuptools``.

@contextmanager
def _restore_sub_commands(): (source)

Undocumented