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

Function TEST_F

tests/test_python_integration.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452} // namespace
453
454TEST_F(PythonIntegrationTest, InitializationSucceeds) {
455 // Just verify that initialization doesn't throw
456 EXPECT_NO_THROW(lfs::python::ensure_initialized());
457}
458
459TEST_F(PythonIntegrationTest, OutputCallbackCanBeSet) {
460 bool callback_set = false;

Callers

nothing calls this directly

Calls 15

ensure_initializedFunction · 0.85
set_output_callbackFunction · 0.85
install_output_redirectFunction · 0.85
run_scriptsFunction · 0.85
format_python_codeFunction · 0.85
formatterUnavailableFunction · 0.85
analyze_python_bufferFunction · 0.85
clean_python_codeFunction · 0.85
runPythonTensorSnippetFunction · 0.85
makeSingleWhiteSplatFunction · 0.85

Tested by

no test coverage detected