constants#

Configuration for rootski tests.

Some tests run against real infrastructure, such as a postres database or a Cognito user pool. Some tests mock out pieces (or all) of the external infrastructure.

When tests DO rely on infrastructure, those configuration values should be provided via environment variables. Those can go in the tests/resources/docker-compose.yml file or in the makefile.