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