9 lines
157 B
Python
9 lines
157 B
Python
|
from tests.base_test import TestBase
|
||
|
|
||
|
|
||
|
class TestDatabase(TestBase):
|
||
|
""" Class that controls the
|
||
|
testing of the WMGZON database
|
||
|
"""
|
||
|
pass
|