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:
		
							parent
							
								
									8fe29f2784
								
							
						
					
					
						commit
						75e7018f72
					
				
					 3 changed files with 29 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue