Debugging a single test function in buffalo

227 views Asked by At

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

1

There are 1 answers

0
dlsniper On BEST ANSWER

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.