summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2022-09-04 22:00:41 +0200
committerGitHub <noreply@github.com>2022-09-04 22:00:41 +0200
commitbe13b3af51b69c6eaf6c88d6811b0573af8edffb (patch)
tree16211fb63a88d05dfc4bc222787db17af4f5559d /test
parent6d215160fcd2d4eed20da72d2de20fc362e7314a (diff)
downloadrdflib-be13b3af51b69c6eaf6c88d6811b0573af8edffb.tar.gz
chore: rename default branch to `main` (#2101)
We are still using a somewhat outmoded name for our default branch, this PR captures the decision to change it as a decision record and prepares the rest of the repo for this change. Once merged, the main branch of RDFLib will be renamed using the procedure documented [here](https://github.com/github/renaming). Other changes: - Add area for decision records (this may be merged in another PR before this one). - Remove duplicated sections from `docs/upgrade4to5.rst` as they cause problems when using `sphinx.ext.autosectionlabel` and serve no purpose.
Diffstat (limited to 'test')
-rw-r--r--test/data/suites/rdflib/sparql/manifest.ttl2
-rw-r--r--test/test_w3c_spec/test_sparql_rdflib.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/data/suites/rdflib/sparql/manifest.ttl b/test/data/suites/rdflib/sparql/manifest.ttl
index bb8e2b8a..d217a886 100644
--- a/test/data/suites/rdflib/sparql/manifest.ttl
+++ b/test/data/suites/rdflib/sparql/manifest.ttl
@@ -5,7 +5,7 @@
@prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .
-@prefix : <http://raw.github.com/RDFLib/rdflib/master/test/data/suites/rdflib/sparql/manifest.ttl#> .
+@prefix : <http://raw.github.com/RDFLib/rdflib/main/test/data/suites/rdflib/sparql/manifest.ttl#> .
<> a mf:Manifest ;
rdfs:label "RDFLib Extra SPARQL tests" ;
diff --git a/test/test_w3c_spec/test_sparql_rdflib.py b/test/test_w3c_spec/test_sparql_rdflib.py
index 496d5eda..2a278461 100644
--- a/test/test_w3c_spec/test_sparql_rdflib.py
+++ b/test/test_w3c_spec/test_sparql_rdflib.py
@@ -17,7 +17,7 @@ import pytest
from pytest import MonkeyPatch
REMOTE_BASE_IRI = (
- "http://raw.github.com/RDFLib/rdflib/master/test/data/suites/rdflib/sparql/"
+ "http://raw.github.com/RDFLib/rdflib/main/test/data/suites/rdflib/sparql/"
)
LOCAL_BASE_DIR = TEST_DATA_DIR / "suites/rdflib/sparql/"
MAPPER = URIMapper.from_mappings(