Skip to content

Commit d057020

Browse files
authored
remove generate_compilation_database (#51)
1 parent a7c0c88 commit d057020

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_clang_tidy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ def generate_compilation_database():
1818
(['--checks="boost-*"', '--version=16'], 1),
1919
),
2020
)
21-
def test_run_clang_tidy_valid(args, expected_retval, generate_compilation_database):
21+
def test_run_clang_tidy_valid(args, expected_retval):
2222
# copy test file to tmp_path to prevent modifying repo data
23-
generate_compilation_database
2423
test_file = Path("testing/main.c")
2524
test_file.write_bytes(Path("testing/main.c").read_bytes())
2625
ret, output = run_clang_tidy(args + [str(test_file)])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy