openfaas / certifier

OpenFaaS Compliance testing
MIT License
25 stars 14 forks source link

Add multi-namespace support to the invoke test cases #69

Closed LucasRoesler closed 3 years ago

LucasRoesler commented 3 years ago

Refactor the test cases in the invoke_test.go to use the same table driven test pattern introduced in #66 so that we can run the tests in the default "empty" namespace and a non-default namespace when it is configured.

Part of #61