tests.test_lewrap

Test the LW wrapper (what little we can)

Module Contents

Functions

check_common_args(args, config)

Common checks

test_default_config()

Test with default config

test_rsa_config(monkeypatch)

Test with modified config

test_live_config(monkeypatch)

Test with modified config

Attributes

LOGGER

LOGGER[source]
check_common_args(args, config)[source]

Common checks

Parameters:
Return type:

None

async test_default_config()[source]

Test with default config

Return type:

None

async test_rsa_config(monkeypatch)[source]

Test with modified config

Parameters:

monkeypatch (pytest.MonkeyPatch)

Return type:

None

async test_live_config(monkeypatch)[source]

Test with modified config

Parameters:

monkeypatch (pytest.MonkeyPatch)

Return type:

None