]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: use " for docstrings
authorStephen Warren <swarren@nvidia.com>
Tue, 26 Jan 2016 20:41:30 +0000 (13:41 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:24 +0000 (21:01 -0700)
commite8debf394fbba594fcfc267c61f8c6bbca395b06
tree4eb2bba3ccf9018ce50f992dc27486fbd6e12dce
parent56382a81f38bed423791d7b80e95c1f65bd83b9b
test/py: use " for docstrings

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@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
19 files changed:
test/py/conftest.py
test/py/multiplexed_log.py
test/py/tests/test_000_version.py
test/py/tests/test_dfu.py
test/py/tests/test_env.py
test/py/tests/test_help.py
test/py/tests/test_hush_if_test.py
test/py/tests/test_md.py
test/py/tests/test_net.py
test/py/tests/test_sandbox_exit.py
test/py/tests/test_shell_basics.py
test/py/tests/test_sleep.py
test/py/tests/test_ums.py
test/py/tests/test_unknown_cmd.py
test/py/u_boot_console_base.py
test/py/u_boot_console_exec_attach.py
test/py/u_boot_console_sandbox.py
test/py/u_boot_spawn.py
test/py/u_boot_utils.py