Skip to content

intlr/practical-test-pyramid-go

Repository files navigation

Practical Test Pyramid with Go

GoDoc Automated tests Go Report Card

Practical Test Pyramid with Go is an experiment to work with all layers of the Practical Test Pyramid introduced by Ham Vocke in 2018.

Getting started

$ docker-compose up -d --build

Run tests

$ docker exec -it app make test