Justus Magin

Results 244 comments of Justus Magin

I'd probably favor a way that encodes the expected hierarchy using some kind of helper class (inspired by #11671, but not the same). Additional parameters that control how to match...

> If it is, I assume that this isn't: ```python with pytest.raises( Match( (ExceptionGroup, ValueError), [ ... ] ) ): ... ``` yes, that should raise (but the example before...

apologies for pinging and then forgetting about it for a year. I implemented the requested change, such that it will now warn on every missing empty line (between summary and...

As far as I can tell, `save` does two things: recursively compute the href for children / items, and actually save the object to disk. I wonder if it would...