Skip to content

Documentation and tests for glob file patterns#93

Open
terryaney wants to merge 3 commits into
davidfowl:mainfrom
terryaney:feature/globbing-documentation
Open

Documentation and tests for glob file patterns#93
terryaney wants to merge 3 commits into
davidfowl:mainfrom
terryaney:feature/globbing-documentation

Conversation

@terryaney

Copy link
Copy Markdown
Contributor

Add glob pattern examples in settings.yaml.example, clarify formats docs for file globs, and add CLI tests covering multi-file matching, no-match behavior, diag visibility, and sorted processing order.

There was a stale PR (#45) that I was going to merge locally not realizing implementation was already done to support the feature, so I just created some tests and updated few small documentation files.

If merged, I think #45 can be closed as well.

Add glob pattern examples in settings.yaml.example, clarify formats docs for file globs, and add CLI tests covering multi-file matching, no-match behavior, diag visibility, and sorted processing order.
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

PR Build Available

Version: 0.0.93-0363476

Install from this PR

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/davidfowl/tally/main/docs/install-pr.sh | bash -s -- 93

Windows PowerShell:

iex "& { $(irm https://raw.githubusercontent.com/davidfowl/tally/main/docs/install-pr.ps1) } 93"

Manual download: View workflow run and download artifacts.

Requirements
  • GitHub CLI (gh) must be installed and authenticated
  • Run gh auth login if not already authenticated

terryaney added 2 commits July 8, 2026 10:45
Align no-match assertion with current CLI message, verify diag glob resolution via file count output, and validate sorted processing through path resolver output instead of brittle diag text ordering.
Update fallback test to assert current summary output ('TestBank: 1 transactions') instead of obsolete file-count wording.
@terryaney

Copy link
Copy Markdown
Contributor Author

Sorry, didn't have pytest installed locally. I've corrected that so I can verify before pushes. Embarrassing.

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.

1 participant