WMGZON/tests/unit/database/database_test_class.py

9 lines
157 B
Python
Raw Normal View History

from tests.base_test import TestBase
class TestDatabase(TestBase):
""" Class that controls the
testing of the WMGZON database
"""
pass