tests package

Submodules

tests.test_pyparsing module

Created on 2020-11-08

@author: wf

class tests.test_pyparsing.TestPyParsing(methodName='runTest')[source]

Bases: unittest.case.TestCase

test py parsing issue

setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

testBoolean()[source]

test boolean quirk

tests.test_sidif module

Created on 2020-11-06

@author: wf

class tests.test_sidif.TestSiDIFParser(methodName='runTest')[source]

Bases: unittest.case.TestCase

test the parser for the Simple Data Interchange Format

getExampleUris()[source]
getPresentation()[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

testExamples()[source]

test Examples from org.sidif.triplestore

testGrammars()[source]

test the grammars

testIsA()[source]

test the isA parsing

testIssue4()[source]

https://github.com/WolfgangFahl/py-sidif/issues/4 convert dict tree to sidif

testIssue5()[source]

https://github.com/WolfgangFahl/py-sidif/issues/5 convert sidif to plantuml #5

testURLRegex()[source]

test URI Regexp - see https://mathiasbynens.be/demo/url-regex

Module contents