Harden test suites#89
Conversation
|
Nice work on this, John! The two-way parity check is exactly the right fix -- adding the One thing I'd like to sort out before merging: the Couple of minor notes, non-blocking:
Overall the test hardening is solid and I'm happy to approve it -- just want to figure out the httpx2 change first. |
|
I've reverted the httpx2 change. I've honestly forgotten exactly why I included it at this point; I think there was a warning on my local copy when running the tests. I don't remember that being a major issue, though, so it could certainly be dealt with at some point in the future if it becomes necessary to do this upgrade. |
Description
I've added the functionalities described in #80 and bumped a dependency in the Python dependencies to fix a warning in the test suite.
I'm not 100% that the way I've handled the completeness test is appropriate, but that should be pretty easy to rework as needed.
Type of Change
Checklist
Related Issues
Closes #80