MCPcopy Index your code
hub / github.com/reflex-dev/reflex / InstallPackagesEnv

Class InstallPackagesEnv

tests/units/test_prerequisites.py:69–80  ·  view source on GitHub ↗

Test environment for install_frontend_packages tests.

Source from the content-addressed store, hash-verified

67
68@dataclass
69class InstallPackagesEnv:
70 """Test environment for install_frontend_packages tests."""
71
72 tmp_path: Path
73 web_dir: Path
74 root_lock: Path
75 web_lock: Path
76 root_package_json: Path
77 web_package_json: Path
78 config: Config
79 patch_pm: Callable[[list[str], Callable], None]
80 install: _InstallFn
81
82
83def _stub_framework_packages(monkeypatch: pytest.MonkeyPatch) -> None:

Callers 1

install_packages_envFunction · 0.85

Calls

no outgoing calls

Tested by 1

install_packages_envFunction · 0.68