zuul/zuul/web
James E. Blair 554a162001 Use ZooKeeperClient.fromConfig in tests
To make the tests more like running the apps, use fromConfig in the
tests rather than directly creating a client from a string connection
description.  Note that since fromConfig requires TLS and the tests
don't use it, a temporary argument has been added to that method to
allow non-tls connections; it's only used within the test suite.

In future changes, we can configure the tests to use TLS connections,
remove the argument, and then move client instantiation into the
server classes themselves (which will remove additional differences
between test and production startup code).

Change-Id: Ic45c0e60c464ed8eeb44cb32bab039403f73ec69
2021-02-22 09:29:53 -08:00
..
__init__.py Use ZooKeeperClient.fromConfig in tests 2021-02-22 09:29:53 -08:00
handler.py Replace use of aiohttp with cherrypy 2018-05-31 09:09:26 -07:00