Skip to content

Commit 060320b

Browse files
committed
Linting
1 parent a85f172 commit 060320b

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
pytest configuration and fixtures for lmms-eval tests
33
"""
4+
45
import os
56
import tempfile
67
from unittest.mock import Mock, patch

test/test_api_components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Unit tests for core API components
33
"""
4+
45
import unittest
56
from unittest.mock import Mock, patch
67

test/test_chat_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Integration tests for chat models with throughput metrics
33
"""
4+
45
import time
56
import unittest
67
from unittest.mock import MagicMock, Mock, patch

test/test_throughput_metrics_unit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Unit tests for inference throughput metrics implementation
33
"""
4+
45
import time
56
import unittest
67
from unittest.mock import Mock, patch

0 commit comments

Comments
 (0)