index
:
delta/python-packages/rdflib.git
5.0.0-dev
RDFa-initial-context-update-2017
Sweb
add-nsm-arg-to-path-n3
bdbOptimized
cite_rgda1
closednamedspace-inheritance-fix
dataset_example
default_prefixes
dependabot/add-v2-config-file
dependabot/docker/docker/latest/library/python-286f2f1
dependabot/docker/docker/unstable/library/python-286f2f1
dependabot/pip/black-21.7b0
dependabot/pip/black-21.8b0
dependabot/pip/coverage-7.2.5
dependabot/pip/flakeheaven-3.3.0
dependabot/pip/importlib-metadata-6.6.0
dependabot/pip/pytest-7.3.1
dependabot/pip/setuptools-67.7.2
dependabot/pip/sphinx-3.0.2
dependabot/pip/sphinx-3.0.3
dependabot/pip/sphinx-3.0.4
dependabot/pip/sphinx-3.1.1
dependabot/pip/sphinx-3.1.2
dependabot/pip/sphinx-3.2.0
dependabot/pip/sphinx-3.2.1
dependabot/pip/sphinx-3.3.0
dependabot/pip/sphinx-3.3.1
dependabot/pip/sphinx-3.4.0
dependabot/pip/sphinx-3.4.1
dependabot/pip/sphinx-3.4.3
dependabot/pip/sphinx-3.5.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-3.5.4
dependabot/pip/sphinx-4.2.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.3.1
dependabot/pip/sphinx-4.3.2
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.23.0
dependabot/pip/types-setuptools-67.7.0.1
docco_clean
drone_coverage
drone_py310
fix-issue-545
fix-issue-580
fix638
fix680
fixElementTreeImports
fix_913
fix_canonicalization
fix_deprecated_load
fix_sparql_raise_unbound
foaf_fix
hextuples
improve_graph_parse
improved_docco_style
initbindings-fix
issue-495-graphs-method
issue714
issue_1003
issue_980
iwana-20211218T0035-sap_pmr
iwana-20220718T0603-lxml-test
iwana-issue919-tests
jsonld_conneg
kill-Py2
main
master
microdata-to-rdf-second-edition
microdata-to-rdf-second-edition-bak
microdata-to-rdf-third-edition
namespace-geosparql
namespaces_all
path-n3-method
pr_451_redux
pre-commit-ci-update-config
rdfa-html-datatype-lang-error
rdfa-initial-context-update-2017
remove_requests
revert_black
rm_md5_term_hash
roundtrip_hext
sdo-https
serialize1
six_2to3
sparqlstore_improvements
test_drone
ttl2
update-rdfa-initial-context-csvw
update_xsd_namespace
url_source_hdrs
github.com: rdflib/rdflib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_roundtrip.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: correct imports and `__all__` (#2340)
Iwan Aucamp
2023-04-12
1
-5
/
+4
*
build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)
dependabot[bot]
2023-03-11
1
-2
/
+8
*
fix: compute_qname handle case where name could be unbound (#2169)
Tom Gillespie
2022-12-14
1
-0
/
+4
*
test: correct a typo in test_roundtrip.py (#2100)
Felix Yan
2022-08-26
1
-1
/
+1
*
fix: issue with trig reference counting across graphs (#2085)
Iwan Aucamp
2022-08-24
1
-23
/
+12
*
feat: Add type hints to rdflib.graph (#2080)
Iwan Aucamp
2022-08-23
1
-1
/
+2
*
Add more tests for graph_diff (#1983)
Iwan Aucamp
2022-06-05
1
-3
/
+7
*
More type hints for `rdflib.graph` and related (#1853)
Iwan Aucamp
2022-05-26
1
-2
/
+4
*
Fix `GraphHelper.quad_set` handling of Dataset
Iwan Aucamp
2022-05-16
1
-1
/
+1
*
fix: two issues with the N3 serializer
Iwan Aucamp
2022-05-16
1
-16
/
+220
*
test: add more graph variants highlighting bugs
Iwan Aucamp
2022-05-12
1
-0
/
+23
*
test: move test utility modules into `test/utils/` (#1879)
Iwan Aucamp
2022-05-04
1
-1
/
+1
*
test: move `test/variants` into `test/data`
Iwan Aucamp
2022-04-23
1
-6
/
+5
*
Add two extra files to roundtrip tests
Iwan Aucamp
2022-04-17
1
-0
/
+2
*
Merge remote-tracking branch 'upstream/master' into test-reorg
Iwan Aucamp
2022-04-17
1
-4
/
+4
|
\
|
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2022-04-15
1
-3
/
+3
*
|
test re-org
Graham Higgins
2022-04-16
1
-2
/
+3
|
/
*
Add two xfails related to Example 2 from RDF 1.1 TriG specification
Iwan Aucamp
2022-04-11
1
-0
/
+24
*
Fix turtle serialization of PNames that contain brackets
Iwan Aucamp
2022-01-30
1
-0
/
+4
*
Fix turtle serialization of `rdf:type` in subject and object
Iwan Aucamp
2022-01-23
1
-16
/
+0
*
Fixed the handling of escape sequences in the ntriples and nquads parsers.
Iwan Aucamp
2022-01-15
1
-22
/
+59
*
allow hext to participate in RDF format roundtripping
nicholascar
2022-01-09
1
-2
/
+23
*
Fixed and refactored roundtrip, n3_suite and nt_suite tests
Iwan Aucamp
2022-01-02
1
-73
/
+163
*
exclude hext from rountrip testing; add hext own troundrip tests, update hext...
nicholascar
2021-12-07
1
-18
/
+28
*
improve hext and nt encoding - all utf-8
nicholascar
2021-12-04
1
-1
/
+1
*
Migrate from nosetest to pytest
Iwan Aucamp
2021-10-24
1
-17
/
+14
*
Make some yield tests normal tests
Natanael Arndt
2021-10-18
1
-2
/
+2
*
blacked everything
6.0.0
Nicholas Car
2021-07-20
1
-8
/
+8
*
Skip some roundtrip tests involving JSON-LD
Ashley Sommer
2021-07-09
1
-0
/
+9
*
Serialize Changes:
Ashley Sommer
2020-10-08
1
-2
/
+1
*
blacked all python files
Nicholas Car
2020-05-16
1
-17
/
+20
*
n3 test_roundtrip skips updated
Tom Gillespie
2020-03-12
1
-5
/
+5
*
namespace.py serializers/rdfxml.py stric qnames
Tom Gillespie
2020-03-12
1
-0
/
+2
*
test added n3 to roundtrip tests
Tom Gillespie
2020-03-12
1
-0
/
+21
*
a slightly opinionated autopep8 run
Gunnar Aastrand Grimnes
2018-10-30
1
-5
/
+8
*
converted all tests
Gunnar Aastrand Grimnes
2017-01-30
1
-11
/
+11
*
Added a TriG parser
Gunnar Aastrand Grimnes
2013-07-29
1
-6
/
+9
*
but but but - i am sure I ran the tests!
Gunnar Aastrand Grimnes
2013-05-08
1
-1
/
+1
*
mimetype for trix, dont double-test parsers/serializers registered twice - re...
gromgull
2013-05-08
1
-0
/
+1
*
Fixing tests wrt. multiply registered parsers and serializers
Urs Holzer
2013-05-07
1
-0
/
+1
*
Add some storage conveniences
Graham Higgins
2013-03-21
1
-43
/
+45
*
made unittests skip tests where dependencies for stores are not available, tr...
Gunnar Aastrand Grimnes
2012-09-23
1
-1
/
+7
*
fixes #214. Made turtle parser that does not require context-aware store. Tes...
Gunnar Aastrand Grimnes
2012-07-22
1
-3
/
+3
*
even more literal tests from Bernhard Schandl, fixed some n3 literal bugs
Gunnar Aastrand Grimnes
2012-07-21
1
-2
/
+7
*
moved nt/nquads serializers away from .n3 method, now code much simpler!
gromgull
2012-07-20
1
-3
/
+6
*
added parser/serializer roundtrip test
gromgull
2012-07-20
1
-0
/
+77