Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htmltest inaccurately reports doc count instead of tested-doc count when docs are ignored #227

Open
chalin opened this issue Nov 28, 2023 · 0 comments · May be fixed by #229
Open

htmltest inaccurately reports doc count instead of tested-doc count when docs are ignored #227

chalin opened this issue Nov 28, 2023 · 0 comments · May be fixed by #229
Labels

Comments

@chalin
Copy link
Contributor

chalin commented Nov 28, 2023

When HTML documents are ignored, due to the use of IgnoreDirs, htmltest reports the number of documents in the doc store rather than the number of documents actually tested when it finishes a run:

✔✔✔ passed in X.Ys
tested 999 documents

The doc count should be fixed, but also, it might be useful to report both the doc count and tested doc count, something like this:

✔✔✔ passed in X.Ys
tested 111 documents out of 222

/assign @chalin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant