标签: unit-testing go delve
当testing包中的测试失败时,我试图让Delve进入调试器。我怎么能这样做?
testing
作为参考,我正在寻找类似于nose,pytest或其他python测试包的功能。 Using nose,我可以做到
nosetests test_things.py --pdb
当任何单元测试失败时,这将让我进入调试器。