Skip to content

pshirali/testing-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing in Go - Test Compositions Patterns, Fixtures & Helpers

This repo contains a presentation and code samples from a talk I gave at Golang Bangalore Meetup 36 on September 8th 2018.

The slides can be viewed online here

View this presentation offline

If you have a Go environment, you can run the following to view the slides offline

git clone https://github.com/pshirali/testing-in-go
go get -u -v golang.org/x/tools/cmd/present
cd testing-in-go
present -notes

Navigate to http://127.0.0.1:3999 to view the contents.

Code Samples

Code samples are present in the samples/ folder. They have a README which explain the contents of each folder in further detail.

License

Slides: CC-BY-SA-4.0 Samples: Apache 2.0

About

A talk on Test Compositions Patterns, Fixtures & Helpers in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published