コード例 #1
0
ファイル: Test.py プロジェクト: harababurel/homework
    def testRepo(self):
        """
            Method tests the Repository class.
        """
        repo = FacultyRepository(False)
        repo.duplicateCurrentState()

        assert len(repo.getStates()) == 2
コード例 #2
0
ファイル: Test.py プロジェクト: harababurel/homework
    def testRepo(self):
        repo = FacultyRepository(True)
        repo.duplicateCurrentState()

        assert len(repo.getStates()) == 2