mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			198 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			198 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Example of app layout that causes issue #12658:
 | |
| # * Both `models` and `tests` are packages.
 | |
| # * The tests raise a ImportError exception.
 | |
| # `test_runner` tests performs test discovery on this app.
 |