test/py: Quote consistency
When converting test/py from " to ', I missed a few places (or added a few inconsistencies later). Fix these. Note that only quotes in code are converted; double-quotes in comments and HTML are left as-is, since English and HTML use " not '. Signed-off-by:Stephen Warren <swarren@nvidia.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
Showing
- test/py/multiplexed_log.py 34 additions, 34 deletionstest/py/multiplexed_log.py
- test/py/test.py 4 additions, 4 deletionstest/py/test.py
- test/py/tests/test_dfu.py 1 addition, 1 deletiontest/py/tests/test_dfu.py
- test/py/tests/test_net.py 2 additions, 2 deletionstest/py/tests/test_net.py
- test/py/tests/test_shell_basics.py 1 addition, 1 deletiontest/py/tests/test_shell_basics.py
Loading
Please register or sign in to comment