git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0a0ba0a
Branches
Tags
documentation-tree
master
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
tests
test_derivepassphrase_cli
__init__.py
Add module docstrings for the tests hierarchy.
Marco Ricci
commited
0a0ba0a
at 2025-11-30 13:54:36
__init__.py
Blame
History
Raw
# SPDX-FileCopyrightText: 2025 Marco Ricci <software@the13thletter.info> # # SPDX-License-Identifier: Zlib """Tests for the `derivepassphrase` command-line interface. There are separate submodules for * [testing basic things][tests.test_derivepassphrase_cli.test_000_basic] * [common testing across all CLIs][tests.test_derivepassphrase_cli.test_all_cli] * [heavy-duty testing][tests.test_derivepassphrase_cli.test_heavy_duty] * [testing shell completion][tests.test_derivepassphrase_cli.test_shell_completion] * [testing transition functions and messages][tests.test_derivepassphrase_cli.test_transition] * [testing internal utility functions][tests.test_derivepassphrase_cli.test_utils] * [testing basic functionality of the `vault` CLI][tests.test_derivepassphrase_cli.test_vault_cli_basic_functionality] * [testing configuration management via the `vault` CLI][tests.test_derivepassphrase_cli.test_vault_cli_config_management] * [testing notes handling in the `vault` CLI][tests.test_derivepassphrase_cli.test_vault_cli_notes_handling] """