mirror of
https://github.com/openfaas/faas.git
synced 2025-06-24 07:43:25 +00:00
Refactoring: variable names, adding tests and http constants
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -6,6 +6,8 @@ import (
|
||||
"github.com/openfaas/faas/gateway/handlers"
|
||||
)
|
||||
|
||||
// Test_ParseMemory exploratory testing to document how to convert
|
||||
// from Docker limits notation to bytes value.
|
||||
func Test_ParseMemory(t *testing.T) {
|
||||
value := "512 m"
|
||||
|
||||
|
Reference in New Issue
Block a user