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 Florian Didron
parent ce9397836b
commit f7dbbf006a
3 changed files with 31 additions and 14 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