Coverage for mindsdb / integrations / handlers / huggingface_api_handler / tests / test_huggingface_api_handler.py: 0%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-21 00:36 +0000

1import unittest 

2 

3 

4class HuggingFaceAPIHandlerTest(unittest.TestCase): 

5 pass 

6 

7 

8if __name__ == '__main__': 

9 unittest.main()