Skip to content

Commit

Permalink
Adding comment in test_get_list_of_departments_success
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi-KLevy committed Aug 30, 2024
1 parent dbe5dad commit 5b32291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forunb/main/tests/test_scraping.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestScraping(unittest.TestCase):
""" Test suite for the scraping module. """

@patch('main.scraping.get_response')
def test_get_list_of_departments_success(self, mock_get_response):
def test_get_list_of_departments_success(self, mock_get_response): # Vê o que deu de errado
""" Test the get_list_of_departments function to ensure it correctly extracts"""
# Testa a função get_list_of_departments para garantir que ela extrai corretamente
# os IDs dos departamentos a partir de uma resposta HTML simulada que contém
Expand Down

0 comments on commit 5b32291

Please sign in to comment.