Format long calls
This commit is contained in:
		
							parent
							
								
									6296fc0016
								
							
						
					
					
						commit
						9dcac8ad3d
					
				
					 5 changed files with 30 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,12 @@ class TestNode(unittest.TestCase):
 | 
			
		|||
        session_name_prefix = 'session-test-node-creation'
 | 
			
		||||
        test_node = ['test_publisher']
 | 
			
		||||
 | 
			
		||||
        exit_code, full_path = run_and_trace(BASE_PATH, session_name_prefix, node_creation_events, None, PKG, test_node)
 | 
			
		||||
        exit_code, full_path = run_and_trace(BASE_PATH,
 | 
			
		||||
                                             session_name_prefix,
 | 
			
		||||
                                             node_creation_events,
 | 
			
		||||
                                             None,
 | 
			
		||||
                                             PKG,
 | 
			
		||||
                                             test_node)
 | 
			
		||||
        self.assertEqual(exit_code, 0)
 | 
			
		||||
 | 
			
		||||
        trace_events = get_trace_event_names(full_path)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue