Changeset View
Changeset View
Standalone View
Standalone View
tools/secretsmith/tests/vault/test_secrets.py
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| # Secretsmith :: Vault :: KV secrets engine - version 2 | # Secretsmith :: Vault :: KV secrets engine - version 2 | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # Project: Nasqueron | # Project: Nasqueron | ||||
| # License: BSD-2-Clause | # License: BSD-2-Clause | ||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| import unittest | import unittest | ||||
| from unittest.mock import MagicMock | from unittest.mock import MagicMock | ||||
| from secretsmith.vault.secrets import * | from secretsmith.vault.secrets import * | ||||
| class TestReadSecret(unittest.TestCase): | class TestReadSecret(unittest.TestCase): | ||||
| def setUp(self): | def setUp(self): | ||||
| ▲ Show 20 Lines • Show All 83 Lines • Show Last 20 Lines | |||||
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator