# Functions
GetTestName returns the name the test.
LoadTestingConf loads test configuration tests.cfg.json.
SetupPGToCancel setup PG DB for test.
# Variables
SigningKey is a test key, do not use it in real life.
TestKey is a test key encoded in base64, do not use it in real life.
# Structs
FakeHTTPClient implements sdk.HTTPClient and returns always the same response.