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