franela / goblin

Minimal and Beautiful Go testing framework
MIT License
883 stars 79 forks source link

Provide support to make asynchronous tests #27

Closed xetorthio closed 10 years ago

xetorthio commented 10 years ago

This can be done using func(done Done) When Goblin detects that the body is of this type it will wait for an exception or the call to done, or timeout.