summaryrefslogtreecommitdiff
path: root/test/test_roundtrip.py
Commit message (Expand)AuthorAgeFilesLines
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-121-5/+4
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-2/+8
* fix: compute_qname handle case where name could be unbound (#2169)Tom Gillespie2022-12-141-0/+4
* test: correct a typo in test_roundtrip.py (#2100)Felix Yan2022-08-261-1/+1
* fix: issue with trig reference counting across graphs (#2085)Iwan Aucamp2022-08-241-23/+12
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-231-1/+2
* Add more tests for graph_diff (#1983)Iwan Aucamp2022-06-051-3/+7
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-261-2/+4
* Fix `GraphHelper.quad_set` handling of DatasetIwan Aucamp2022-05-161-1/+1
* fix: two issues with the N3 serializerIwan Aucamp2022-05-161-16/+220
* test: add more graph variants highlighting bugsIwan Aucamp2022-05-121-0/+23
* test: move test utility modules into `test/utils/` (#1879)Iwan Aucamp2022-05-041-1/+1
* test: move `test/variants` into `test/data`Iwan Aucamp2022-04-231-6/+5
* Add two extra files to roundtrip testsIwan Aucamp2022-04-171-0/+2
* Merge remote-tracking branch 'upstream/master' into test-reorgIwan Aucamp2022-04-171-4/+4
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-3/+3
* | test re-orgGraham Higgins2022-04-161-2/+3
|/
* Add two xfails related to Example 2 from RDF 1.1 TriG specificationIwan Aucamp2022-04-111-0/+24
* Fix turtle serialization of PNames that contain bracketsIwan Aucamp2022-01-301-0/+4
* Fix turtle serialization of `rdf:type` in subject and objectIwan Aucamp2022-01-231-16/+0
* Fixed the handling of escape sequences in the ntriples and nquads parsers.Iwan Aucamp2022-01-151-22/+59
* allow hext to participate in RDF format roundtrippingnicholascar2022-01-091-2/+23
* Fixed and refactored roundtrip, n3_suite and nt_suite testsIwan Aucamp2022-01-021-73/+163
* exclude hext from rountrip testing; add hext own troundrip tests, update hext...nicholascar2021-12-071-18/+28
* improve hext and nt encoding - all utf-8nicholascar2021-12-041-1/+1
* Migrate from nosetest to pytestIwan Aucamp2021-10-241-17/+14
* Make some yield tests normal testsNatanael Arndt2021-10-181-2/+2
* blacked everything6.0.0Nicholas Car2021-07-201-8/+8
* Skip some roundtrip tests involving JSON-LDAshley Sommer2021-07-091-0/+9
* Serialize Changes:Ashley Sommer2020-10-081-2/+1
* blacked all python filesNicholas Car2020-05-161-17/+20
* n3 test_roundtrip skips updatedTom Gillespie2020-03-121-5/+5
* namespace.py serializers/rdfxml.py stric qnamesTom Gillespie2020-03-121-0/+2
* test added n3 to roundtrip testsTom Gillespie2020-03-121-0/+21
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-5/+8
* converted all testsGunnar Aastrand Grimnes2017-01-301-11/+11
* Added a TriG parserGunnar Aastrand Grimnes2013-07-291-6/+9
* but but but - i am sure I ran the tests!Gunnar Aastrand Grimnes2013-05-081-1/+1
* mimetype for trix, dont double-test parsers/serializers registered twice - re...gromgull2013-05-081-0/+1
* Fixing tests wrt. multiply registered parsers and serializersUrs Holzer2013-05-071-0/+1
* Add some storage conveniencesGraham Higgins2013-03-211-43/+45
* made unittests skip tests where dependencies for stores are not available, tr...Gunnar Aastrand Grimnes2012-09-231-1/+7
* fixes #214. Made turtle parser that does not require context-aware store. Tes...Gunnar Aastrand Grimnes2012-07-221-3/+3
* even more literal tests from Bernhard Schandl, fixed some n3 literal bugsGunnar Aastrand Grimnes2012-07-211-2/+7
* moved nt/nquads serializers away from .n3 method, now code much simpler!gromgull2012-07-201-3/+6
* added parser/serializer roundtrip testgromgull2012-07-201-0/+77