You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
When I originally started exploring the test for conneg, it was easy to check strings against strings. Once that worked, I added the tests for asTriples. I think we will never have good maintainable string-based conneg tests, so maybe we should just use the as triples tests only? So:
take a string in content type 1
upload it
retrieve it, accepting content type 2
rather than looking at the response body string, just parse it into rdflib
compare the resulting set of triples to the set triples in the document that was uploaded.
When I originally started exploring the test for conneg, it was easy to check strings against strings. Once that worked, I added the tests for
asTriples. I think we will never have good maintainable string-based conneg tests, so maybe we should just use theas triplestests only? So: