mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-13 02:48:07 +00:00
Fix test framework running against real devices (#1235)
This commit is contained in:
@@ -51,6 +51,10 @@ from .conftest import (
|
||||
turn_on,
|
||||
)
|
||||
|
||||
# The cli tests should be testing the cli logic rather than a physical device
|
||||
# so mark the whole file for skipping with real devices.
|
||||
pytestmark = [pytest.mark.requires_dummy]
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def runner():
|
||||
|
Reference in New Issue
Block a user