Skip to content

varnish/varnishtest-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the tests

You will need to have Varnish Enterprise installed first.

./run.sh

Or, manually

go get
go test

Using a container

Build a docker image with varnish+go

docker build -t varnish-go-tests .

Run the tests from the current director

docker run -it --rm -v $(pwd):/tmp/tests --entrypoint "" -w /tmp/tests varnish-go-tests ./run.sh

About

Test your VCL using go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published