Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 603 Bytes

Golang TDD red green

Missing green and red lights on your tdd when developing in Golang? Here they are. Golang TDD gets green when tests for the current package passes and red otherwise. All of this on save and in the bottom right corner of vscode. As a plus, you also get the current package coverage. Enjoy!

Features

Golang TDD

Release Notes

0.0.8

Minor fixes

0.0.7

Add package coverage

0.0.6

Fix test result parsing

0.0.2 - 0.0.5

Minor fixes

0.0.1

Initial release