Add some tests

This commit is contained in:
Joscha 2019-06-07 19:15:58 +00:00
parent ab4e54b543
commit 37b84adab5
3 changed files with 95 additions and 3 deletions

View file

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