#11 REFACTOR: Moved all tests into test classes
This commit is contained in:
8
tests/unit/database/database_test_class.py
Normal file
8
tests/unit/database/database_test_class.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from tests.base_test import TestBase
|
||||
|
||||
|
||||
class TestDatabase(TestBase):
|
||||
""" Class that controls the
|
||||
testing of the WMGZON database
|
||||
"""
|
||||
pass
|
||||
Reference in New Issue
Block a user