Skip to content

Conversation

@ynehra0777
Copy link

Summary

Adds a test to ensure default parameter values are displayed in Typer
command help output.

Motivation

Help output is part of the CLI user experience. This test ensures that
default values remain visible and prevents accidental regressions.

Changes

  • Added a test verifying default values appear in --help

Notes

No production code changes.

@github-actions github-actions bot added the docs Improvements or additions to documentation label Jan 6, 2026
Copy link
Member

@svlandeg svlandeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you double check that none of the existing tests currently already test for this?

else:
typer.echo(f"Hi {name}!")


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ynehra0777
Copy link
Author

Hi @svlandeg Yes I have checked and looks like it is not covered

@github-actions github-actions bot removed the waiting label Jan 6, 2026
Copy link
Member

@svlandeg svlandeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svlandeg svlandeg closed this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants