File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -459,6 +459,12 @@ def test_parse_links__requires_python(
459459 _test_parse_links_data_attribute (anchor_html , "requires_python" , expected )
460460
461461
462+ # TODO: this test generates its own examples to validate the json client implementation
463+ # instead of sharing those examples with the html client testing. We expect this won't
464+ # hide any bugs because operations like resolving PEP 658 metadata should use the same
465+ # code for both types of indices, but it might be nice to explicitly have all our tests
466+ # in test_download.py execute over both html and json indices with
467+ # a pytest.mark.parameterize decorator to ensure nothing slips through the cracks.
462468def test_parse_links_json () -> None :
463469 json_bytes = json .dumps (
464470 {
You can’t perform that action at this time.
0 commit comments