tests package¶
Submodules¶
tests.test_pyparsing module¶
Created on 2020-11-08
@author: wf
tests.test_sidif module¶
Created on 2020-11-06
@author: wf
-
class
tests.test_sidif.TestSiDIFParser(methodName='runTest')[source]¶ Bases:
unittest.case.TestCasetest the parser for the Simple Data Interchange Format
-
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
-