New functionality for cformat (#7893)
Fixing complexity remove lambda PR review fixes #1 Removing unneccesary string substitution Handle -a and specified files Complexity rewrite, use pathlib
This commit is contained in:
parent
eb9c2429c6
commit
b353028ea5
4 changed files with 82 additions and 26 deletions
|
@ -7,7 +7,8 @@ def check_subcommand(command, *args):
|
|||
|
||||
|
||||
def test_cformat():
|
||||
assert check_subcommand('cformat', 'tmk_core/common/keyboard.c').returncode == 0
|
||||
result = check_subcommand('cformat', 'quantum/matrix.c')
|
||||
assert result.returncode == 0
|
||||
|
||||
|
||||
def test_compile():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue