Skip to content

Commit 8b0fe6a

Browse files
committed
Rename test class for PreciseFlex API and cleanup imports
1 parent f66f645 commit 8b0fe6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pylabrobot/arms/precise_flex/precise_flex_api_tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import unittest
22
import asyncio
3-
import os
43
from pylabrobot.arms.precise_flex.precise_flex_api import PreciseFlexBackendApi
5-
from typing import AsyncGenerator, List, Any, Union
64
from contextlib import asynccontextmanager
75

86

97

10-
class PreciseFlexHardwareTests(unittest.IsolatedAsyncioTestCase):
8+
class PreciseFlexApiHardwareTests(unittest.IsolatedAsyncioTestCase):
119
"""Integration tests for PreciseFlex robot - RUNS ON ACTUAL HARDWARE"""
1210

1311
async def asyncSetUp(self):

0 commit comments

Comments
 (0)