 7b8f8918fc
			
		
	
	7b8f8918fc
	
	
	
		
			
			* Settings: disable saving and gui during tests * Tests: create a fresh host.yaml for TestHostYAML Now that host.yaml is .gitignored, testing the local host.yaml makes no sense anymore
		
			
				
	
	
		
			8 lines
		
	
	
		
			119 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			119 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import warnings
 | |
| 
 | |
| import settings
 | |
| 
 | |
| warnings.simplefilter("always")
 | |
| settings.no_gui = True
 | |
| settings.skip_autosave = True
 |