mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 16:12:56 +00:00 
			
		
		
		
	Silence pylint's unjust accusations
This commit is contained in:
		@@ -54,7 +54,6 @@ class TestCommands(TerminalCommands):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if __name__ == '__main__':
 | 
			
		||||
    # pylint: disable=invalid-name
 | 
			
		||||
    ide = IdeEventHandler(key='ide', allowed_directories=[TFWENV.IDE_WD, TFWENV.WEBSERVICE_DIR],
 | 
			
		||||
                          directory=TFWENV.IDE_WD, exclude=['*.pyc'])
 | 
			
		||||
    terminado = TerminalEventHandler(key='shell', monitor=BashMonitor(TFWENV.HISTFILE))
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,6 @@ LOG = logging.getLogger(__name__)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if __name__ == '__main__':
 | 
			
		||||
    # pylint: disable=invalid-name
 | 
			
		||||
    FiveStepTestFSM = partial(TestFSM, 5)
 | 
			
		||||
    TFWServer(FiveStepTestFSM).listen(TFWENV.WEB_PORT)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user