Skip to content

Practical Test Pyramid with Go, concept by Ham Vocke

License

Notifications You must be signed in to change notification settings

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