Since we added the tests.functional the py3 tests wasn't running properly fixing it with some voodoo testr magic. Change-Id: Id301adb32ba739f05591c4c352e0cf7d87576755
		
			
				
	
	
		
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[DEFAULT]
 | 
						|
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tests/unit} $LISTOPT $IDOPTION
 | 
						|
test_id_option=--load-list $IDFILE
 | 
						|
test_list_option=--list
 |