Add functional tests for Model.add_machine()
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Thu, 23 Feb 2017 22:28:36 +0000 (17:28 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Thu, 23 Feb 2017 22:28:36 +0000 (17:28 -0500)
commit21ba8065355c663597df7bd2b481ade519f89a79
tree09f82da738ec5b4c81a9cbfa638e5f895f2573ce
parent1a06248f485c30bd092c24d854459c1fe3c652ee
Add functional tests for Model.add_machine()

Clean up other tests, ensuring that connections are closed
and a new event loop is used for each test.

Update py.test args in tox.ini to properly on nocapture so
logging output can be seen when needed.
juju/client/connection.py
tests/client/test_client.py
tests/client/test_connection.py
tests/functional/__init__.py [new file with mode: 0644]
tests/functional/test_model.py [new file with mode: 0644]
tests/test_loop.py [deleted file]
tests/unit/test_loop.py [new file with mode: 0644]
tox.ini