63 Return a FormatterContext configured for the temporary test project.
65 Context is in dry-run mode (not fix mode) by default.
68 project_root=temp_project_root,
69 project_name=temp_project_root.name,
70 diagnostics_dir=temp_project_root /
"oc_diagnostics",
71 tests_dir=temp_project_root /
"tests",
72 docs_dir=temp_project_root /
"docs",
83 Return a FormatterContext in fix mode for actual file modifications.
86 project_root=temp_project_root,
87 project_name=temp_project_root.name,
88 diagnostics_dir=temp_project_root /
"oc_diagnostics",
89 tests_dir=temp_project_root /
"tests",
90 docs_dir=temp_project_root /
"docs",