(self)
| 915 | |
| 916 | |
| 917 | def test_no_pip_by_default(self): |
| 918 | rmtree(self.env_dir) |
| 919 | self.run_with_capture(venv.create, self.env_dir) |
| 920 | self.assert_pip_not_installed() |
| 921 | |
| 922 | def test_explicit_no_pip(self): |
| 923 | rmtree(self.env_dir) |
nothing calls this directly
no test coverage detected