SERVER-99526 improve bazel compiledb support (#31525)
GitOrigin-RevId: 1e96b58882ef029eb815b9deb8bbcd09cc20e59f
This commit is contained in:
committed by
MongoDB Bot
parent
adedf4a17c
commit
bfc1071b78
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user