summaryrefslogtreecommitdiff
path: root/test/test_conventions.py
Commit message (Collapse)AuthorAgeFilesLines
* blacked everything6.0.0Nicholas Car2021-07-201-5/+9
|
* Migration from ClosedNamespace to DeclaredNamespacehsolbrig2020-05-261-4/+7
| | | | Passes all unit tests, but did have to remove '.' from manifest and earl imports. May have to restore...
* blacked all python filesNicholas Car2020-05-161-7/+6
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-3/+6
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* cleanup test-skippingGunnar Aastrand Grimnes2018-10-301-9/+1
| | | | mainly remove old skips for pypy/java
* updating deprecated testing syntax (#697)Nate Prewitt2017-01-241-2/+1
|
* Relax modulename case convention for modules with no impact on (end-user) ↵Graham Higgins2012-11-061-1/+4
| | | | usability.
* fixed bnode docttest and chatty conventions testgromgull2012-10-101-1/+0
|
* added some docs to testsgromgull2012-10-101-0/+6
|
* Restore support for Python 2.4Graham Higgins2012-01-121-0/+6
|
* updated to display all non lower case module names (not just the first one)eikeon2010-02-041-4/+14
|
* marking as known issueeikeon2010-02-041-1/+1
|
* removed print statementeikeon2010-02-021-1/+0
|
* test_module_names now recurseseikeon2010-02-021-4/+12
|
* moved RDF and RDFS into rdflib.namespace; lower cased the rest of the ↵eikeon2009-04-021-5/+8
| | | | top-level module names
* fixed up imports for namespace and collection bits; fixed up more testseikeon2009-04-021-1/+2
|
* moved namespace bits from term into a namespace moduleeikeon2009-04-021-1/+1
|
* added a test module for testing coding conventions with a test for testing ↵eikeon2009-04-021-0/+17
that module names are lower case.