Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/tests/
Dtest_egg_info.py134 self._run_install_command(tmpdir_cwd, env)
157 self._run_install_command(tmpdir_cwd, env)
397 self._run_install_command(tmpdir_cwd, env, **install_cmd_kwargs)
417 self._run_install_command(tmpdir_cwd, env)
424 self._run_install_command(tmpdir_cwd, env)
432 self._run_install_command(tmpdir_cwd, env)
547 self._run_install_command(tmpdir_cwd, env)
562 def _run_install_command(self, tmpdir_cwd, env, cmd=None, output=None): member in TestEggInfo