RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.15k stars 555 forks source link

test: Add test for Graph.items #2819

Closed progval closed 2 months ago

progval commented 2 months ago

Summary of changes

This was not tested, as far as I can tell

Checklist

coveralls commented 2 months ago

Coverage Status

coverage: 91.04%. remained the same when pulling ed8d05a5fb0084ec8cae29d1e871365c808aadfc on progval:test_items into 4cb7d5e8ccf29fe92bc8bdf764ce7f9b3aec93ea on RDFLib:main.

ashleysommer commented 2 months ago

@progval Thanks, I've got all the other unrelated tests passing in main, so this is ready to be merged now.