RETIRED, Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
reedip 6559731fb3 Fix argument order for assertEqual to (expected, observed)
assertEqual expects that the arguments provided to it should be (expected, observed).
If a particluar order is kept as a convention, then it helps to provide a cleaner
message to the developer if Unit Tests fail.
The following patch fixes this issue

TrivialFix

Change-Id: I164dd6b2b820e4ca26bf3406f591ca786893f279
Closes-Bug: #1259292
Closes-Bug: #1277104
2016-01-19 09:17:52 +00:00
contrib/setup-tools Update solum-app-setup 2014-12-05 23:18:15 +00:00
doc/source cleaning up index.rst file 2014-05-28 09:43:08 +02:00
solumclient Fix argument order for assertEqual to (expected, observed) 2016-01-19 09:17:52 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:54:33 +00:00
.gitignore Add bash driver for coverage tool 2013-12-22 22:01:02 +05:30
.gitreview Update .gitreview for project rename 2015-09-11 20:58:21 +00:00
.mailmap Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
.testr.conf Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:46 +00:00
HACKING.rst Add HACKING.rst 2013-11-23 06:44:50 +05:30
LICENSE Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
MANIFEST.in Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
README.rst Update README 2013-11-15 08:02:14 +05:30
babel.cfg Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
coverage.sh Add bash driver for coverage tool 2013-12-22 22:01:02 +05:30
openstack-common.conf Switch to using oslotest package 2014-09-24 12:22:49 +05:30
requirements.txt Updated from global requirements 2016-01-06 23:19:40 +00:00
setup.cfg Drop py33 support 2015-12-15 18:56:29 +09:00
setup.py Updated from global requirements 2015-09-18 16:42:34 +00:00
test-requirements.txt Updated from global requirements 2015-11-19 19:18:31 +00:00
tox.ini Merge "Delete python bytecode before every test run" 2016-01-18 18:54:08 +00:00

README.rst

Python bindings to the Solum API

This is a client library for Solum built on the Solum API.