8 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/python
 | |
| # -*- coding: UTF-8 -*-
 | |
| 
 | |
| from stacosys.service import rss
 | |
| 
 | |
| 
 | |
| def test_configure():
 | |
|     rss.configure("comments.xml", "blog", "http", "blog.mydomain.com")
 | 
