aboutsummaryrefslogtreecommitdiff
path: root/core/parse/parsing_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-19Make CoreDNS a server type plugin for Caddy (#220)Gravatar Miek Gieben 1-401/+0
* Make CoreDNS a server type plugin for Caddy Remove code we don't need and port all middleware over. Fix all tests and rework the documentation. Also make `go generate` build a caddy binary which we then copy into our directory. This means `go build`-builds remain working as-is. And new etc instances in each etcd test for better isolation. Fix more tests and rework test.Server with the newer support Caddy offers. Fix Makefile to support new mode of operation.
2016-03-19Make whole heap of tests betterGravatar Miek Gieben 1-125/+49
2016-03-18First commitGravatar Miek Gieben 1-0/+477