You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			338 B
		
	
	
	
		
			Python
		
	
			
		
		
	
	
			12 lines
		
	
	
		
			338 B
		
	
	
	
		
			Python
		
	
| #!/usr/bin/env python
 | |
| """
 | |
|     Dummy conftest.py for kdetools.
 | |
| 
 | |
|     If you don't know what this is for, just leave it empty.
 | |
|     Read more about conftest.py under:
 | |
|     https://pytest.org/latest/plugins.html
 | |
| """
 | |
| from __future__ import print_function, absolute_import, division
 | |
| # pylint: disable=unused-import
 | |
| import pytest  # @UnusedImport
 |