mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	The new test system is written with py.test. These tests are more comprehensive, run faster by an order of magnitude, and are far more maintainable. The tests themselves conform to PEP8.
		
			
				
	
	
		
			12 lines
		
	
	
		
			150 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			150 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[BASIC]
 | 
						|
good-names=pytestmark
 | 
						|
 | 
						|
[DESIGN]
 | 
						|
max-args=14
 | 
						|
max-locals=26
 | 
						|
max-attributes=8
 | 
						|
max-statements=65
 | 
						|
 | 
						|
[MESSAGES CONTROL]
 | 
						|
disable=redefined-outer-name
 |