 437ecfe6dd
			
		
	
	
		437ecfe6dd
		
	
	
	
	
		
			
			* Fix bug where some args weren't passed from command to handler * Add new `ToRattailHandler` for convenience * Add `ImportHandler.commit_partial_host` flag and logic * Add `Importer.empty_local_data` flag and logic * Fix bug where `Importer.delete` flag was ON by default * tests for hopefully everything relevant..
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			505 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			505 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| 
 | |
| [nosetests]
 | |
| nocapture = 1
 | |
| tests = rattail.tests.commands.test_importing,
 | |
|         rattail.tests.filemon.test_actions,
 | |
|         rattail.tests.filemon.test_config,
 | |
|         rattail.tests.filemon.test_util,
 | |
|         rattail.tests.importing
 | |
| with-coverage = 1
 | |
| cover-erase = 1
 | |
| cover-package = rattail.commands.importing,
 | |
|         rattail.filemon.actions,
 | |
|         rattail.filemon.config,
 | |
|         rattail.filemon.util,
 | |
|         rattail.importing
 | |
| cover-inclusive = 1
 | |
| cover-min-percentage = 100
 | |
| cover-html-dir = htmlcov
 |