Added integration tests for the embedded DERP server

This commit is contained in:
Juan Font Alonso 2022-03-05 19:34:06 +01:00
parent 88378c22fb
commit e9eb90fa76
5 changed files with 412 additions and 1 deletions

View file

@ -23,6 +23,9 @@ test_integration:
test_integration_cli:
go test -tags integration -v integration_cli_test.go integration_common_test.go
test_integration_derp:
go test -tags integration -v integration_embedded_derp_test.go integration_common_test.go
coverprofile_func:
go tool cover -func=coverage.out