Jeffrey Hulten

Results 3 issues of Jeffrey Hulten

We do not have a general usage example with parameters available in the README. Should cover installation and configuration variables.

documentation

Once everything is running a change to recipes or related files runs `kitchen converge` but does not follow it with `kitchen verify`.

``` tests/web/test_jsonrpc.py::test /home/runner/work/circuits/circuits/tests/web/jsonrpclib.py:370: DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead utype, uri = splittype(uri) tests/web/test_jsonrpc.py::test /home/runner/work/circuits/circuits/tests/web/jsonrpclib.py:373: DeprecationWarning: urllib.parse.splithost() is deprecated as of 3.8, use urllib.parse.urlparse() instead self.__host,...