add simple (currently failing) client test
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Tue, 24 May 2016 14:59:53 +0000 (10:59 -0400)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Tue, 24 May 2016 14:59:53 +0000 (10:59 -0400)
commitf3cc1159b22f570b9b82c62cf7f4cfef9278bac4
tree656690f6928068e8f789452842445e15e7392bf8
parentdf4c118fd593a46fc4e9f967367ca94c03d69ef4
add simple (currently failing) client test
.gitignore
juju/client/client.py
juju/client/facade.py
tests/base.py [new file with mode: 0644]
tests/client/test_client.py [new file with mode: 0644]
tests/client/test_connection.py