mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-04 02:23:26 -05:00 
			
		
		
		
	testing: Add files and line numbers to logging output
This commit is contained in:
		@@ -202,5 +202,6 @@ func RunTests(m *testing.M) int {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func TestMain(m *testing.M) {
 | 
					func TestMain(m *testing.M) {
 | 
				
			||||||
 | 
						log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile)
 | 
				
			||||||
	os.Exit(RunTests(m))
 | 
						os.Exit(RunTests(m))
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user