Skip to content

Commit

Permalink
Changelog for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed May 16, 2019
1 parent 9f25a15 commit 43644d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

0.3.0 (2019-05-16)
------------------
* Cleaned up shutdown code
* Create retry logic throughout to deal with disconnect and other failures
* Added functionality to deal with state maintenance
* Updated dependencies
* Removed flaky test

0.2.1 (2019-02-02)
------------------
* Made websocket library usage backwards-compatible with older versions
Expand Down
8 changes: 0 additions & 8 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ def test_cli_state(self):
result = runner.invoke(cli.cli, ['state'])
assert 'No host name given, see usage below' in result.output

def test_cli_unconnectable_host_state(self):
"""Test the CLI."""
runner = CliRunner()
result = runner.invoke(cli.cli, ['--host', '127.0.0.100', 'state'])
assert 'Initialising SonoffSwitch with host 127.0.0.100' in \
result.output
assert 'Unable to connect' in result.output

def test_cli_discover(self):
"""Test the CLI."""
runner = CliRunner()
Expand Down

0 comments on commit 43644d8

Please sign in to comment.