Unit test markup and fix all issues found

This commit is contained in:
Joscha 2019-06-06 14:09:03 +00:00
parent 052bbfb6d2
commit c035817ba8
3 changed files with 139 additions and 6 deletions

5
test/__init__.py Normal file
View file

@ -0,0 +1,5 @@
from .test_markup import *
__all__ = []
__all__+= test_element_rendering.__all__