trove/trove/tests
Krzysztof Opasiak 4860f523d4 Fix invalid escape sequence warnings
Starting with Python 3.6, invalid escape sequences in string literals
are now deprecated[1]. This influence also automatic style checkers like
pycodestyle which starting with 2.4.0 complains about invalid escape
sequences (W605)[2].

Let's fix all those warnings at once by using raw strings where possible
and adding additional \ where not.

Footnotes:
1 - https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
2 - https://github.com/PyCQA/pycodestyle/pull/676

Change-Id: I009a366fd8342edfd30890df6fe8e1fca88bf3cc
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2018-07-02 21:16:41 +02:00
..
api Fix invalid escape sequence warnings 2018-07-02 21:16:41 +02:00
db Handle log message interpolation by the logger part 11 2017-03-03 14:08:49 +01:00
examples Return 204 instead of 200 for root-disable API 2018-03-02 20:57:23 +08:00
fakes Fix invalid escape sequence warnings 2018-07-02 21:16:41 +02:00
scenario Merge "Register all replicas in replication scenario test" 2018-03-19 08:50:16 +00:00
unittests Fix invalid escape sequence warnings 2018-07-02 21:16:41 +02:00
util Fix invalid escape sequence warnings 2018-07-02 21:16:41 +02:00
__init__.py Provide option to read SSH credentials from test env 2015-06-30 08:58:34 -04:00
config.py fix-gate: change trove auth URL's to reflect new URL settings 2017-04-23 00:17:13 +00:00
int_tests.py Skip root state inherting scenario tests for Redis 2018-03-09 09:45:59 +08:00
root_logger.py Change reporting of unhandled logging 2015-11-30 19:44:13 -05:00