# Packages
Package compiler helps efficiently compile and cleanup your services in acceptance tests.
Package dbfixture will setup a and reset a fresh database for each of your tests.
Package fakemetrics provides an implementation of the o11y metrics provider that will
record all metrics you send it.
Package fakestatsd provides a recording statsd server that will listen on a local UDP port.
Package httprecorder provides a simple way of recording and later retrieving all
requests that are sent to an HTTP handler.
No description provided by the author
Package kongtest helps write golden tests for your [Kong](https://github.com/alecthomas/kong)
CLI parsing.
No description provided by the author
Package mongofixture will setup an isolated Mongo DB for your tests, so they don't interfere.
Package rabbitfixture will setup isolated RabbitMQ VHost for your tests, so they don't interfere.
Package redisfixture will setup an isolated Redis DB for your tests, so they don't interfere.
Package releases is a helper to determine which binaries to download for end to end tests.
Package runner allows you to run a binary in an acceptance test (scan output for ports,
wait for start).
Package testcontext provides a context with o11y wired in, setup for coloured logging and no-op
metrics.
Package testcontextotel provides a context with o11y wired in, setup for coloured logging and no-op
metrics.
No description provided by the author