Wayne Hong

Results 8 comments of Wayne Hong

> @hdw868 Please provide some more explanation. I edit my description : )

Hi @nicoddemus, Yes, I could process the data before passing to the fixture, but usually, those are very common fileds such as "id", ''creationDate" and etc, I think it would...

> Hi @hdw868, > > While it might seem convenient to ignore just some top level keys, this doesn't cover nested structures: > > ```python > { > "orders": [...

Hmm, would adding exclude options like pydantic be useful? I may try to create a PR if it's worth trying.

@peterg79 the coverage.xml: it's exceeding 65535 characters and I can not paste it here. maybe I can paste only part of the content based on the below info? git diff...

@peterg79 output of `xmllint --format coverage.xml | head`: ``` ``` for output of `xmllint --format coverage.xml | grep 'source\|src'`, as the result will be too sensitive to post here, could...

@peterg79 thanks for the detailed response! One thing not clear to me is that: The output "No lines with coverage information in this diff." practically means that the two sets...