You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the description in dogma.go for why this was added. The Test type has been simplified greatly since this was implemented, and TestingT now includes the Helper() method, so this file may no longer be necessary.
The ideal would be to get the testing frame to show the log source as the line where the caller invoked Test.Prepare() or Test.Expect().
The text was updated successfully, but these errors were encountered:
See the description in
dogma.go
for why this was added. TheTest
type has been simplified greatly since this was implemented, andTestingT
now includes theHelper()
method, so this file may no longer be necessary.The ideal would be to get the testing frame to show the log source as the line where the caller invoked
Test.Prepare()
orTest.Expect()
.The text was updated successfully, but these errors were encountered: