Skip to content

Commit

Permalink
add get_teaching_staff test
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Sep 16, 2023
1 parent 1423141 commit 7c5bbc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pronotepy/test_pronotepy.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def test_refresh(self) -> None:
client.refresh()
self.assertEqual(client.session_check(), True)

def test_get_teaching_staff(self) -> None:
self.assertGreater(len(client.get_teaching_staff()), 0)


class TestPeriod(unittest.TestCase):
period: pronotepy.Period
Expand Down

0 comments on commit 7c5bbc2

Please sign in to comment.