Added server tests
This commit is contained in:
16
README.md
16
README.md
@ -40,12 +40,22 @@ s.Run(":8080")
|
||||
## Tests
|
||||
|
||||
```
|
||||
PASS: TestRouter
|
||||
PASS: TestMiddleware
|
||||
PASS: TestBytes
|
||||
PASS: TestString
|
||||
PASS: TestError
|
||||
PASS: TestErrorMultiple
|
||||
PASS: TestRequest
|
||||
PASS: TestRequestHeader
|
||||
PASS: TestRequestParam
|
||||
PASS: TestWrite
|
||||
PASS: TestWriteString
|
||||
PASS: TestResponseCompression
|
||||
PASS: TestResponseHeader
|
||||
PASS: TestResponseHeaderOverwrite
|
||||
PASS: TestPanic
|
||||
PASS: TestRun
|
||||
PASS: TestUnavailablePort
|
||||
coverage: 100.0% of statements
|
||||
coverage: 95.5% of statements
|
||||
```
|
||||
|
||||
## Benchmarks
|
||||
|
Reference in New Issue
Block a user