We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a2f02 commit a408e6dCopy full SHA for a408e6d
tests/test_pubchem_client.py
@@ -1,11 +1,11 @@
1
import unittest
2
from unittest.mock import patch, MagicMock
3
import pytest
4
-import requests
5
from requests.exceptions import RequestException
6
7
from app.modules.pubchem_retrieve import PubChemClient
8
+
9
# Mock client class to replace TestClient
10
class MockClient:
11
"""Simple mock client to replace TestClient"""
0 commit comments