Add access log integration test

This commit is contained in:
David Tootill 2016-04-20 11:54:57 -07:00
parent c8c0d208be
commit 2a76a717e6
5 changed files with 161 additions and 7 deletions

View file

@ -23,6 +23,7 @@ func Test(t *testing.T) {
func init() {
check.Suite(&SimpleSuite{})
check.Suite(&AccessLogSuite{})
check.Suite(&HTTPSSuite{})
check.Suite(&FileSuite{})
check.Suite(&DockerSuite{})