Skip to content

Commit

Permalink
test: Add unit test setup for GradioUI class
Browse files Browse the repository at this point in the history
  • Loading branch information
sysradium committed Feb 18, 2025
1 parent 6f6d7cb commit 8809bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_gradio_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
import os
import shutil
import tempfile
import unittest
from unittest.mock import Mock, patch

from smolagents.gradio_ui import GradioUI


class GradioUITester(unittest.TestCase):
class GradioUITester:
def setUp(self):
"""Initialize test environment"""
self.temp_dir = tempfile.mkdtemp()
Expand Down

0 comments on commit 8809bd9

Please sign in to comment.