Skip to content

test: add CLI help smoke coverage - #320

Merged
rampyg merged 1 commit into
vouch-protocol:mainfrom
ahfoysal:test-cli-help-smoke
Jul 8, 2026
Merged

test: add CLI help smoke coverage#320
rampyg merged 1 commit into
vouch-protocol:mainfrom
ahfoysal:test-cli-help-smoke

Conversation

@ahfoysal

@ahfoysal ahfoysal commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Description

Adds smoke coverage for the top-level CLI help and vouch init --help output.

Related Issues

Closes #123

Testing

  • pytest tests/ -v
  • ruff check tests/test_cli_init.py
  • ruff format --check tests/test_cli_init.py

Signed-off-by: ahfoysal <ahfoysal30@gmail.com>
@ahfoysal
ahfoysal requested a review from rampyg as a code owner July 7, 2026 06:56
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rampyg
rampyg merged commit 14e0785 into vouch-protocol:main Jul 8, 2026
18 checks passed
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Vouch Verified Contributor ✨

Thank you @ahfoysal. This merged pull request earns a signed
Vouch Verified Contributor certificate, chained to the project root authority.

Vouch Verified Contributor

Your certificate (download and share it): https://vouch-protocol.com/c/ahfoysal/320

Add the badge to your profile or site (optional):

[![Vouch Verified Contributor](https://img.shields.io/badge/Vouch-Verified_Contributor-7C2D3A?style=for-the-badge&labelColor=2d2d2d)](https://vouch-protocol.com/c/ahfoysal/320)
Your Verifiable Credential (eddsa-jcs-2022)
{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://vouch-protocol.com/contexts/v1"
  ],
  "id": "urn:uuid:323731ac-afff-427a-9fbd-d3c9ea6a766a",
  "type": [
    "VerifiableCredential",
    "VouchCredential"
  ],
  "issuer": "did:web:vouch-protocol.com:contributors",
  "validFrom": "2026-07-08T03:03:24Z",
  "validUntil": "2126-06-14T03:03:24Z",
  "credentialSubject": {
    "id": "did:web:vouch-protocol.com:contributors",
    "vouchVersion": "1.0",
    "intent": {
      "action": "attest",
      "target": "github:ahfoysal",
      "resource": "https://github.com/vouch-protocol/vouch/pull/320",
      "role": "verified-contributor",
      "repository": "vouch-protocol/vouch",
      "pullRequest": 320
    },
    "delegationChain": [
      {
        "issuer": "did:web:vouch-protocol.com",
        "subject": "did:web:vouch-protocol.com:contributors",
        "intent": {
          "action": "attest",
          "target": "github:ahfoysal",
          "resource": "https://github.com/vouch-protocol/vouch/pull/320",
          "role": "verified-contributor",
          "repository": "vouch-protocol/vouch",
          "pullRequest": 320
        },
        "validFrom": "2026-06-19T04:45:43Z",
        "validUntil": "2036-06-16T04:45:43Z",
        "parentProofValue": "z5g1N4udQdy5asdxnV3qFhApB5cAh28DkMqHjEUSNG6cc8hrDDsxWyVbgn1XXUFR"
      }
    ]
  },
  "proof": {
    "type": "DataIntegrityProof",
    "cryptosuite": "eddsa-jcs-2022",
    "created": "2026-07-08T03:03:24Z",
    "verificationMethod": "did:web:vouch-protocol.com:contributors#key-1",
    "proofPurpose": "assertionMethod",
    "proofValue": "z3byhvrRvamtA1sbacGgDzNmfNbHjp7NRn6Zmgz5oPDSobmKBYEwdWhNEVED6WLtn23683tT9zexJrJGizQj4wSdw"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a CLI help smoke test

2 participants