htmltest
htmltest copied to clipboard
Report accurate tested-doc count
- Fixes #227
- Fixes #228
- Document store: adds
DocumentCount()
andIgnoredDocCount()
functions - Reports the number of tested docs "out of" the full doc count when some documents are ignored
- Adjusts
TestDocumentStoreIgnorePatterns
test to check tested-doc count vs just the doc count, and adds a clarifying comment thatIgnorePatterns
doesn't affect stored document count
/cc @markmandel - FYI, since this is (in a sense) a followup to #181 -- and thanks for that fix Mark!