MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / formatterUnavailable

Function formatterUnavailable

tests/test_python_integration.cpp:446–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 bool formatterUnavailable(const lfs::python::FormatResult& result) {
447 return !result.success &&
448 (result.error.find("uv not found") != std::string::npos ||
449 result.error.find("Failed to create venv for black") != std::string::npos ||
450 result.error.find("ImportError") != std::string::npos);
451 }
452} // namespace
453
454TEST_F(PythonIntegrationTest, InitializationSucceeds) {

Callers 1

TEST_FFunction · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected