kumquat-buildroot/support/testing/infra
Yann E. MORIN 99723554c0 support/testing: fix python syntax
Fix three issues with code style in our test infra:
  - 'print' is now a function,
  - exceptions need to be caught-assigned with the 'as' keyword,
  - old-style "%s"%() formatting is deprecated.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
[Thomas: drop indices in format strings.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-06-10 15:56:25 +02:00
..
__init__.py support/testing: fix python syntax 2018-06-10 15:56:25 +02:00
basetest.py support/testing: fix python syntax 2018-06-10 15:56:25 +02:00
builder.py testing/infra/builder: split configure() from build() 2018-04-01 19:59:36 +02:00
emulator.py support/testing: allow to use a multiplier for timeouts 2017-08-10 10:08:06 +02:00