mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# -*- coding: utf-8 -*-
 | 
						|
 | 
						|
from searx.testing import SearxTestCase
 | 
						|
 | 
						|
 | 
						|
#  TODO
 | 
						|
class SearchTestCase(SearxTestCase):
 | 
						|
 | 
						|
    def test_(self):
 | 
						|
        pass
 |