Add access log integration test
This commit is contained in:
parent
c8c0d208be
commit
2a76a717e6
5 changed files with 161 additions and 7 deletions
|
@ -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{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue