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>
Showing
- test/py/conftest.py 22 additions, 22 deletionstest/py/conftest.py
- test/py/multiplexed_log.py 61 additions, 61 deletionstest/py/multiplexed_log.py
- test/py/tests/test_000_version.py 1 addition, 1 deletiontest/py/tests/test_000_version.py
- test/py/tests/test_dfu.py 16 additions, 16 deletionstest/py/tests/test_dfu.py
- test/py/tests/test_env.py 27 additions, 27 deletionstest/py/tests/test_env.py
- test/py/tests/test_help.py 1 addition, 1 deletiontest/py/tests/test_help.py
- test/py/tests/test_hush_if_test.py 5 additions, 5 deletionstest/py/tests/test_hush_if_test.py
- test/py/tests/test_md.py 4 additions, 4 deletionstest/py/tests/test_md.py
- test/py/tests/test_net.py 12 additions, 12 deletionstest/py/tests/test_net.py
- test/py/tests/test_sandbox_exit.py 2 additions, 2 deletionstest/py/tests/test_sandbox_exit.py
- test/py/tests/test_shell_basics.py 5 additions, 5 deletionstest/py/tests/test_shell_basics.py
- test/py/tests/test_sleep.py 2 additions, 2 deletionstest/py/tests/test_sleep.py
- test/py/tests/test_ums.py 12 additions, 12 deletionstest/py/tests/test_ums.py
- test/py/tests/test_unknown_cmd.py 2 additions, 2 deletionstest/py/tests/test_unknown_cmd.py
- test/py/u_boot_console_base.py 24 additions, 24 deletionstest/py/u_boot_console_base.py
- test/py/u_boot_console_exec_attach.py 6 additions, 6 deletionstest/py/u_boot_console_exec_attach.py
- test/py/u_boot_console_sandbox.py 10 additions, 10 deletionstest/py/u_boot_console_sandbox.py
- test/py/u_boot_spawn.py 15 additions, 15 deletionstest/py/u_boot_spawn.py
- test/py/u_boot_utils.py 18 additions, 18 deletionstest/py/u_boot_utils.py
Loading
Please register or sign in to comment