Skip to content

Commit

Permalink
draft Manager class test
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jun 24, 2024
1 parent 1a6703a commit 2c8ca70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_candi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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

0 comments on commit 2c8ca70

Please sign in to comment.