class documentation

class TestInstallRequires: (source)

View In Hierarchy

Undocumented

Method create_project Undocumented
Method test_setup_install_includes_dependencies When ``python setup.py install`` is called directly, it will use easy_install to fetch dependencies.
def create_project(self, root): (source)

Undocumented

def test_setup_install_includes_dependencies(self, tmp_path, mock_index): (source)

When ``python setup.py install`` is called directly, it will use easy_install to fetch dependencies.