|
Option C Tools
|
Go to the source code of this file.
Classes | |
| class | tests_scaffold.test_scaffold_venv._FakeEnvBuilder |
Namespaces | |
| namespace | tests_scaffold |
| namespace | tests_scaffold.test_scaffold_venv |
Functions | |
| tests_scaffold.test_scaffold_venv._stub_envbuilder (pytest.MonkeyPatch monkeypatch) | |
| tests_scaffold.test_scaffold_venv.test_include_venv_true_creates_venv (Path tmp_path) | |
| tests_scaffold.test_scaffold_venv.test_include_venv_false_skips_venv (Path tmp_path) | |
| tests_scaffold.test_scaffold_venv.test_dry_run_true_never_creates_venv (Path tmp_path) | |
| tests_scaffold.test_scaffold_venv.test_preexisting_venv_is_skipped (Path tmp_path) | |
| tests_scaffold.test_scaffold_venv.test_venv_creation_failure_downgrades_to_warning (Path tmp_path, pytest.MonkeyPatch monkeypatch) | |
| tests_scaffold.test_scaffold_venv.test_result_is_scaffoldresult (Path tmp_path) | |