Add Mocks to Test Class

from unittest.mock import patch
class TestClassroom:
    # tests here
Add Mocks to Test Class from unittest.mock import patch class TestClassroom : # tests here