Skip to content

Files

Latest commit

b8720b4 · Jan 29, 2025

History

History
This branch is 5 commits ahead of, 1 commit behind tetratelabs/proxy-wasm-go-sdk:main.

proxytest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 23, 2022
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Jan 29, 2025
Jan 29, 2025
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024

Test framework for proxy-wasm-go-sdk

Using proxytest, you can test your extension with the official command:

go test ./...

This framework emulates the expected behavior of Envoyproxy, and you can test your extensions without running Envoy. For detail, see examples/*/main_test.go.

Note that we have not covered all the functionality, and the API is very likely to change in the future.