GildedRose-Refactoring-Kata/go
2018-12-03 21:18:33 +01:00
..
gilded-rose_test.go Go: Extracts texttest_feature.go from main Gilded Rose, write test similar to other languages. 2018-12-03 00:18:46 +01:00
gilded-rose.go Go: Extracts texttest_feature.go from main Gilded Rose, write test similar to other languages. 2018-12-03 00:18:46 +01:00
README.md Rename Go's texttest fixture, fix type in name. 2018-12-03 21:18:33 +01:00
texttest_fixture.go Rename Go's texttest fixture, fix type in name. 2018-12-03 21:18:33 +01:00

GO Starter

  • Run :
go run texttest_fixture.go gilded-rose.go
  • Run tests :
go test
  • Run tests and coverage :
go test -coverprofile=coverage.out

go tool cover -html=coverage.out