typo in timeout tests + adding tests for standarderror

This commit is contained in:
Julien Neuhart
2019-07-08 17:50:31 +02:00
parent 9af00d6d58
commit 9c6f23d7cc
5 changed files with 77 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ go test github.com/thecodingmachine/gotenberg/internal/pkg/pm2 -run TestChromeSt
go test github.com/thecodingmachine/gotenberg/internal/pkg/pm2 -run TestUnoconvStart
# Running others tests.
go test -race -cover -covermode=atomic github.com/thecodingmachine/gotenberg/internal/pkg
go test -race -cover -covermode=atomic github.com/thecodingmachine/gotenberg/internal/app/api
# Finally testing processes shutdown.