kumquat-buildroot/support/testing
Ricardo Martincoski 847d6d1e85 testing/tests/init: use lowercase method names
Use method naming convention from PEP8 as other test cases already do.

sed \
  -e 's,startEmulator,start_emulator,g' \
  -e 's,checkInit,check_init,g' \
  -e 's,checkNetwork,check_network,g' \
  -i support/testing/tests/init/*.py

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-10-06 18:58:16 +02:00
..
conf
infra support/testing: fix code style 2017-10-06 18:56:49 +02:00
tests testing/tests/init: use lowercase method names 2017-10-06 18:58:16 +02:00
run-tests support/testing: fix code style 2017-10-06 18:56:49 +02:00