Skip to content

waucka/testflight-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testflight demo

This is a demo of testflight for the Minneapolis Go Meetup.

Here's the environment variables I set before doing anything.

export GOPATH=/home/alex/src/testflight-demo
export PATH="$GOPATH/bin:$PATH"
export TEST_DATADIR=/home/alex/src/testflight-demo/src/github.com/waucka/testflight-demo/testdata

You will also need a MongoDB server. Tell the program where the server is by setting MONGO_HOST.

Additionally, you will need gocov. I recommend using go get to install it.

About

Demo of testflight for Minneapolis Go Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors