Fix test failures (#163)
authorCory Johns <johnsca@gmail.com>
Fri, 29 Sep 2017 16:48:19 +0000 (12:48 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2017 16:48:19 +0000 (12:48 -0400)
commit3dda1dcdc045ab1b7380ede876274cfee2c900ba
tree8d9e809f86e6b201763052fe6249d2f683b91683
parent14392af3fc1c11e40463d0b109c8b8f50c9957e2
Fix test failures (#163)

* Update tox.ini to enable testing with other Py envs

* Remove invalid failing test

Fixes #162

* Fix error type when connecting

* Fix KeyError on model name during integration tests

* Fix model name collision

* Gracefully downgrade when controller supports newer facades than we do

Fixes #145
juju/client/_client.py
juju/client/connection.py
juju/controller.py
tests/base.py
tests/integration/test_model.py
tox.ini