diff --git a/test/test_2_onescholar.py b/test/test_2_onescholar.py index cd65092..a1a71cc 100644 --- a/test/test_2_onescholar.py +++ b/test/test_2_onescholar.py @@ -28,15 +28,13 @@ def setup_method(self): pass self.filename_prefix = os.path.join(subdirectory, str(date.today()) + "_sss_") - def test_david_notkin(self): reader = ScholarReader("test/test_2_onescholar.csv") - self.sss_scholars, self.sss_affiliations = reader.read_candidate_scholars() - self.miner = ScholarMiner(self.filename_prefix, self.sss_scholars, self.sss_affiliations) self.miner.parse_scholars() self.sss_scholars = self.miner.get_scholars() + def test_david_notkin(self): david = None for scholar in self.sss_scholars: if scholar.name == "David Notkin":