mirror of
https://github.com/stretchr/testify.git
synced 2025-07-11 04:58:05 +00:00
commit 5b0291d47dc3a70cc6c6be3bba3c2f934a8e933e Merge: 1f324ec 8ccf48a Author: Dinesh Kumar <dineshkumar-cse@users.noreply.github.com> Date: Sat Dec 30 19:55:13 2017 +0530 Merge branch 'master' into master commit 1f324ec8cbe892a2c5364904643aa1b710121824 Author: Dinesh Kumar <dinesh.kumar@go-jek.com> Date: Sat Dec 30 19:07:16 2017 +0530 Fixing comments: reduced test time, locking in after, unexported waitTime - WaitUntil/After overrides each other value - currently if channel is set that takes the priority, if not the waitTime is used to Sleep commit a7101ec14224918fc06532acae76418d1b4f04c5 Author: Dinesh Kumar <dinesh.kumar@go-jek.com> Date: Fri Dec 29 13:02:14 2017 +0530 Using if else instead of switch and pulling out the commone one commit 936f63dd689acacfd051867c5c700489caa1dbc2 Author: Dinesh Kumar <dinesh.kumar@go-jek.com> Date: Fri Dec 29 12:41:40 2017 +0530 After - making it wait during method call After was using call.WaitUntil(time.After(duration)), <-time.After(duration) returns a channel with the timer immediately started