Skip to content

Testing Helpers

The test-helpers module provides functions to make testing applications with workloads easier:

PostgresDatabase

HelperDescription
truncatePostgresTablesEmpties all tables in a database.

Redis

HelperDescription
flushRedisdeletes all the keys of the currently selected database.