Unit test markup and fix all issues found
This commit is contained in:
parent
052bbfb6d2
commit
c035817ba8
3 changed files with 139 additions and 6 deletions
5
test/__init__.py
Normal file
5
test/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from .test_markup import *
|
||||
|
||||
__all__ = []
|
||||
|
||||
__all__+= test_element_rendering.__all__
|
||||
Loading…
Add table
Add a link
Reference in a new issue