Skip to content

Commit

Permalink
remove(display.py): examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanialaparthi committed Nov 12, 2024
1 parent 286dbc9 commit 84a7c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execexam/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def display_tldr(console: Console) -> None:
commands = {
"mark": {
"command": "run execexam <path-to-project> <path-to-tests> --mark mark_type",
"description": "Run tests with specific markers (e.g., unit, integration, functional)",
"description": "Run tests with specific markers.",
},
"maxfail": {
"command": "run execexam <path-to-project> <path-to-tests> --maxfail number",
Expand Down

0 comments on commit 84a7c44

Please sign in to comment.