Skip to content

Commit

Permalink
Begin the process of deprecating bin/qmk in favor of the global cli (q…
Browse files Browse the repository at this point in the history
…mk#12109)

* Begin the process of deprecating bin/qmk in favor of the global cli

* Correctly set the qmk bin
  • Loading branch information
skullydazed authored and mechlovin committed Jul 30, 2021
1 parent 5da38e3 commit d20126d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/python/qmk/tests/test_cli_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@

def check_subcommand(command, *args):
cmd = ['qmk', command, *args]
result = cli.run(cmd, stdin=DEVNULL, combined_output=True)
return result


def check_subcommand_stdin(file_to_read, command, *args):
"""Pipe content of a file to a command and return output.
"""
with open(file_to_read, encoding='utf-8') as my_file:
Expand Down

0 comments on commit d20126d

Please sign in to comment.