Skip to content

Commit dd5c814

Browse files
committed
Follow the EARL report guidelines.
1 parent 1b851d5 commit dd5c814

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/runtests.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ def addSuccess(self, test):
858858
def writeReport(self, filename):
859859
self.report.write(filename)
860860

861-
862861
class EarlReport:
863862
"""
864863
Generates an EARL report.
@@ -901,7 +900,10 @@ def __init__(self):
901900
'dc:title': 'PyLD',
902901
'doap:homepage': 'https://github.com/digitalbazaar/pyld',
903902
'doap:license': 'https://github.com/digitalbazaar/pyld/blob/master/LICENSE',
904-
'doap:description': 'A JSON-LD processor for Python',
903+
'doap:description': {
904+
'@value': 'A JSON-LD processor for Python',
905+
'@language': 'en',
906+
},
905907
'doap:programming-language': 'Python',
906908
'dc:creator': 'https://github.com/dlongley',
907909
'doap:developer': {

0 commit comments

Comments
 (0)