sequoia-sq/tests/integration
Neal H. Walfield b40f545a24
Change sq pki certify to use a named argument for the user ID.
- `sq pki certify` uses a positional argument to specify the user
    ID to certify.  Change it to be a named argument, either
    `--userid`, or `--email`.

  - This changes the meaning of `--email` from a flag that changes how
    `--userid` interprets its argument, to an argument.

  - This also allows multiple user IDs to be specified at once.

  - See #318.
2024-10-14 17:13:08 +02:00
..
common.rs Change sq pki certify to use a named argument for the user ID. 2024-10-14 17:13:08 +02:00
sq_autocrypt.rs tests: Port remaining tests to the test framework. 2024-08-30 14:33:00 +02:00
sq_cert_export.rs Improve some integration tests to use more of the test framework. 2024-10-11 16:53:54 +02:00
sq_cert_import.rs Improve some integration tests to use more of the test framework. 2024-10-11 16:53:54 +02:00
sq_cert_lint.rs Don't call exit, just return an error. 2024-10-07 13:28:24 +02:00
sq_decrypt.rs Deduplicate function to locate test artifacts. 2024-10-09 16:57:48 +02:00
sq_encrypt.rs Rename sq encrypt --recipient to sq encrypt --for`. 2024-10-04 11:54:53 +02:00
sq_key_approvals_update.rs Improve sq key approvals update. 2024-08-28 09:19:38 +02:00
sq_key_delete.rs Consolidate all integration tests. 2024-08-15 13:38:43 +02:00
sq_key_expire.rs Fix setting a certificate's expiration time. 2024-10-08 10:52:33 +02:00
sq_key_generate.rs Implement sq key generate --new-password-file. 2024-09-02 10:16:33 +02:00
sq_key_import_export.rs Drop the "integration" module from the integration tests. 2024-08-15 14:05:24 +02:00
sq_key_password.rs Consolidate all integration tests. 2024-08-15 13:38:43 +02:00
sq_key_revoke.rs Consolidate all integration tests. 2024-08-15 13:38:43 +02:00
sq_key_subkey_bind.rs Deduplicate function to locate test artifacts. 2024-10-09 16:57:48 +02:00
sq_key_subkey_delete.rs Drop the "integration" module from the integration tests. 2024-08-15 14:05:24 +02:00
sq_key_subkey_expire.rs Don't extend the expiration of subkeys that are hard revoke. 2024-10-08 11:46:07 +02:00
sq_key_subkey_password.rs Parallelize the subkey password test. 2024-09-02 10:22:21 +02:00
sq_key_subkey.rs Rename the global --force flag to --overwrite. 2024-10-02 18:42:31 +02:00
sq_key_userid.rs Move sq key userid strip to sq toolbox strip-userid. 2024-09-16 16:16:32 +02:00
sq_pki_certify.rs Change sq pki certify to reject expired and revoked certs. 2024-10-09 14:57:02 +02:00
sq_pki_link.rs Change sq pki certify to use a named argument for the user ID. 2024-10-14 17:13:08 +02:00
sq_pki.rs Remove output format and version command line options. 2024-09-02 14:47:42 +02:00
sq_sign.rs Change sq pki certify to use a named argument for the user ID. 2024-10-14 17:13:08 +02:00
sq_toolbox_keyring_filter.rs Make sq toolbox keyring filter --handle robust. 2024-10-09 16:58:04 +02:00
sq_toolbox_packet_decrypt.rs Deduplicate function to locate test artifacts. 2024-10-09 16:57:48 +02:00
sq_toolbox_packet_dump.rs Deduplicate function to locate test artifacts. 2024-10-09 16:57:48 +02:00