test(mcp): Separate generic C++ mocks from real gencpp samples
This commit is contained in:
@@ -70,7 +70,7 @@ void templateFunc(T t) {
|
|||||||
finally:
|
finally:
|
||||||
mcp_client._resolve_and_check = original_resolve
|
mcp_client._resolve_and_check = original_resolve
|
||||||
|
|
||||||
def test_exhaustive_gencpp_corpus():
|
def test_exhaustive_cpp_samples():
|
||||||
base_dir = Path(__file__).parent / "assets" / "cpp_samples"
|
base_dir = Path(__file__).parent / "assets" / "cpp_samples"
|
||||||
files_to_test = {
|
files_to_test = {
|
||||||
"base_component.h": [
|
"base_component.h": [
|
||||||
|
|||||||
Reference in New Issue
Block a user