1
0
Fork 0

CI: Add workflow for CLI testing (#7357)

Create GitHub Actions cli test workflow and remove travis runs of 'qmk pytest'
This commit is contained in:
Joel Challis 2020-02-08 12:43:55 +00:00 committed by GitHub
parent 8fe29f2784
commit 75e7018f72
3 changed files with 29 additions and 8 deletions

View file

@ -30,7 +30,7 @@ def test_kle2json():
def test_doctor():
result = check_subcommand('doctor')
result = check_subcommand('doctor', '-n')
assert result.returncode == 0
assert 'QMK Doctor is checking your environment.' in result.stderr
assert 'QMK is ready to go' in result.stderr