Linus B.
Linus B.

Reputation: 23

Debugging a single test function in buffalo

Is there a way to Debug a Single ActionSuite Test in an IDE like Goland or VSCode? Thanks a lot for your help!

Upvotes: 2

Views: 226

Answers (1)

dlsniper
dlsniper

Reputation: 7477

Starting from GoLand 2018.3 (release candidate at the time of writing this), you can use the built-in testing framework as you do with the "testing" package today.

Upvotes: 1

Related Questions