11 lines
		
	
	
		
			215 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "python.testing.unittestArgs": [
 | 
						|
        "-v",
 | 
						|
        "-s",
 | 
						|
        "./tests",
 | 
						|
        "-p",
 | 
						|
        "test_*.py"
 | 
						|
    ],
 | 
						|
    "python.testing.pytestEnabled": false,
 | 
						|
    "python.testing.unittestEnabled": true,
 | 
						|
} |