Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for reprs of the status classes #266

Merged
merged 13 commits into from
Mar 16, 2018

Conversation

syssi
Copy link
Collaborator

@syssi syssi commented Mar 15, 2018

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 68.297% when pulling a85b32b on syssi:feature/tests-for-reprs into 1fd013d on rytilahti:master.

@coveralls
Copy link

coveralls commented Mar 15, 2018

Coverage Status

Coverage increased (+1.0%) to 69.236% when pulling 0a3c74a on syssi:feature/tests-for-reprs into 1579d79 on rytilahti:master.

@syssi syssi force-pushed the feature/tests-for-reprs branch from a85b32b to 74d9281 Compare March 15, 2018 12:54
OperationMode, LedBrightness, FilterType, SleepMode, AirPurifierException
)
from miio.airpurifier import (OperationMode, LedBrightness, FilterType,
SleepMode, AirPurifierStatus, AirPurifierException)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line under-indented for visual indent

from miio.airconditioningcompanion import OperationMode, FanSpeed, Power, \
SwingMode, Led, STORAGE_SLOT_ID
from miio.airconditioningcompanion import (OperationMode, FanSpeed, Power,
SwingMode, Led, AirConditioningCompanionStatus, STORAGE_SLOT_ID, )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line under-indented for visual indent

@syssi syssi requested a review from rytilahti March 15, 2018 13:45
@rytilahti
Copy link
Owner

Looks good thanks, this will allow refactoring the handling later on! 👍

@rytilahti rytilahti merged commit 17e8e69 into rytilahti:master Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants