[U-Boot] [PATCH 1/2] test/py: use " for docstrings
Simon Glass
sjg at chromium.org
Wed Jan 27 00:08:49 CET 2016
On 26 January 2016 at 13:41, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Python's coding style docs indicate to use " not ' for docstrings.
>
> test/py has other violations of the coding style docs, since the docs
> specify a stranger style than I would expect, but nobody has complained
> about those yet:-)
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> test/py/conftest.py | 44 ++++++------
> test/py/multiplexed_log.py | 122 +++++++++++++++++-----------------
> test/py/tests/test_000_version.py | 2 +-
> test/py/tests/test_dfu.py | 32 ++++-----
> test/py/tests/test_env.py | 54 +++++++--------
> test/py/tests/test_help.py | 2 +-
> test/py/tests/test_hush_if_test.py | 10 +--
> test/py/tests/test_md.py | 8 +--
> test/py/tests/test_net.py | 24 +++----
> test/py/tests/test_sandbox_exit.py | 4 +-
> test/py/tests/test_shell_basics.py | 10 +--
> test/py/tests/test_sleep.py | 4 +-
> test/py/tests/test_ums.py | 24 +++----
> test/py/tests/test_unknown_cmd.py | 4 +-
> test/py/u_boot_console_base.py | 48 ++++++-------
> test/py/u_boot_console_exec_attach.py | 12 ++--
> test/py/u_boot_console_sandbox.py | 20 +++---
> test/py/u_boot_spawn.py | 30 ++++-----
> test/py/u_boot_utils.py | 36 +++++-----
> 19 files changed, 245 insertions(+), 245 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list