diff --git a/tests/test_candi.py b/tests/test_candi.py index dd64b59..74f1a08 100644 --- a/tests/test_candi.py +++ b/tests/test_candi.py @@ -2,6 +2,7 @@ import pandas as pd import numpy as np from CanDI.structures.entity import Entity +from CanDI.setup.manager import Manager class testEntity(unittest.TestCase): @@ -92,5 +93,6 @@ def test_canc_filters(self): self.assertIsInstance(over, pd.core.frame.DataFrame) self.assertIsInstance(under, pd.core.frame.DataFrame) - - +class testManager(unittest.TestCase): + #TODO: Implement tests for Manager class + pass \ No newline at end of file