Fix test structure and add rendering tests

This commit is contained in:
Joscha 2019-06-07 17:33:00 +00:00
parent d8ee20c402
commit ab4e54b543
2 changed files with 28 additions and 0 deletions

View file

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