10 lines
		
	
	
		
			335 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			335 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
"""Unit tests for {{ escaped_service }}-supported APIs."""
 | 
						|
import boto3
 | 
						|
 | 
						|
import sure  # noqa # pylint: disable=unused-import
 | 
						|
from moto import mock_{{ escaped_service }}
 | 
						|
 | 
						|
# See our Development Tips on writing tests for hints on how to write good tests:
 | 
						|
# http://docs.getmoto.org/en/latest/docs/contributing/development_tips/tests.html
 | 
						|
 |