summaryrefslogtreecommitdiff
path: root/test/test_namespace.py
Commit message (Expand)AuthorAgeFilesLines
* Use assertTrue instead of assert_ for python 3.11 compatibility.Karthikeyan Singaravelan2021-10-161-1/+1
* Add owl:rational and owl:real to match standard.Boris Pelakh2021-10-071-0/+7
* Allowing Container Membership Properties in RDF namespace (#873)Mark Watts2021-08-041-1/+4
* blacked everything6.0.0Nicholas Car2021-07-201-15/+29
* Namespace can be used as strEdmond Chuc2021-07-151-1/+1
* Fix testsEdmond Chuc2021-07-151-5/+4
* Fix namespace test to handle exception during test for ClosedNamespace behaviourEdmond Chuc2021-07-141-3/+4
* Fix some importsEdmond Chuc2021-07-141-3/+4
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-141-1/+75
|\
| * Fix infinite recursion when __repr__ is calledIwan Aucamp2021-07-081-1/+70
| * Add tests from PR https://github.com/RDFLib/rdflib/pull/597Edmond Chuc2021-07-071-1/+12
| * Merge remote-tracking branch 'origin/master' into ClosedNamespace_extends_strEdmond Chuc2021-07-061-12/+39
| |\
| * | ENH: Make ClosedNamespace extend str like Namespace doesKernc2020-12-141-1/+4
* | | Update test for the new DefinedNamespace namespaces. Remove sh:example in tes...Edmond Chuc2021-07-081-4/+4
* | | Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-081-11/+41
|\ \ \ | | |/ | |/|
| * | Fix spellingfredrik-aschehoug2021-03-141-3/+3
| * | Add compute_qname testfredrik-aschehoug2021-03-141-0/+8
| * | Added tests for testing correct behaviour of compute_qname for URNs, and rela...Amade Nemes2021-03-081-1/+10
| * | Merge pull request #1237 from JaimieMurdock/Namespace.__contains__Ashley Sommer2021-02-091-1/+16
| |\ \
| | * | Namespace fixJaimie Murdock2021-02-021-2/+1
| | * | adding {ClosedNamespace,NamespaceManager,_RDFNamespace}.__contains__() and testsJaimie Murdock2021-01-281-1/+17
| * | | remove test using a FOAF deprecated propfoaf_fixNicholas Car2020-12-291-5/+2
| |/ /
| * | Serialize Changes:Ashley Sommer2020-10-081-6/+4
| |/
| * Removed IOMemory storeAshley Sommer2020-08-191-2/+2
* | Change warn from DeclaredNamespace -> DefinedNamespace.Edmond Chuc2021-07-081-1/+1
* | Fix test test_closed_namespaceEdmond Chuc2021-07-081-2/+2
* | Migration from ClosedNamespace to DeclaredNamespacehsolbrig2020-05-261-2/+11
|/
* blacked all python filesNicholas Car2020-05-161-27/+58
* removal of all uses of package sixNicholas Car2020-05-161-4/+2
* namespace.py fixed empty qname behavior and testTom Gillespie2020-03-121-0/+4
* namespace.py reset repopulate the trie, and testTom Gillespie2020-03-121-2/+13
* test_namespace.py added test_reset to make sure full length prefixes are wipedTom Gillespie2020-03-121-0/+12
* added tests for in & out members of a closed namespace (FOAF)Nicholas Car2020-03-061-0/+16
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-4/+6
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-4/+3
* Revert "re-introduces special handling for DCTERMS.title and test for it"Joern Hees2016-02-151-9/+2
* re-introduces special handling for DCTERMS.title and test for itJoern Hees2015-11-281-2/+9
* Various more fixes for Python 3.Thomas Kluyver2011-11-121-2/+3
* One more time sorting out generating prefixes or not for - Another solution w...gromgull2011-03-211-1/+15
* turtle friendly namespace prefixes. Fixes issue #152ed.summers2010-11-281-0/+28