SERVER-99526 improve bazel compiledb support (#31525)

GitOrigin-RevId: 1e96b58882ef029eb815b9deb8bbcd09cc20e59f
This commit is contained in:
Daniel Moody
2025-01-24 15:47:09 -06:00
committed by MongoDB Bot
parent adedf4a17c
commit bfc1071b78
22 changed files with 576 additions and 272 deletions

View File

@@ -3,7 +3,11 @@ import unittest
sys.path.append(".")
from bazel.wrapper_hook import BinAndSourceIncompatible, DuplicateSourceNames, test_runner_interface
from bazel.wrapper_hook.plus_interface import (
BinAndSourceIncompatible,
DuplicateSourceNames,
test_runner_interface,
)
class Tests(unittest.TestCase):