GildedRose-Refactoring-Kata/go
2024-05-21 09:57:00 +02:00
..
gildedrose Refactor gildedrose and agit remote -v 2024-05-21 09:57:00 +02:00
go.mod Refactor gildedrose and agit remote -v 2024-05-21 09:57:00 +02:00
go.sum Refactor gildedrose and agit remote -v 2024-05-21 09:57:00 +02:00
README.md feat: update go boilerplate 2022-04-26 16:27:42 +01:00
texttest_fixture.go Refactor gildedrose and agit remote -v 2024-05-21 09:57:00 +02:00

GO Starter

  • Run :
go run texttest_fixture.go [<number-of-days>; default: 2]
  • Run tests :
go test ./...
  • Run tests and coverage :
go test ./... -coverprofile=coverage.out

go tool cover -html=coverage.out