Fix test structure and add rendering tests
This commit is contained in:
parent
d8ee20c402
commit
ab4e54b543
2 changed files with 28 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
from .test_element_rendering import *
|
||||
from .test_markup import *
|
||||
|
||||
__all__ = []
|
||||
|
||||
__all__+= test_element_rendering.__all__
|
||||
__all__+= test_markup.__all__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue