add an autopep8 tox profile for functional tests 47/89347/1
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 17 Apr 2020 09:28:58 +0000 (11:28 +0200)
committerChristophe Betoule <christophe.betoule@orange.com>
Fri, 24 Apr 2020 12:48:11 +0000 (14:48 +0200)
commitd5de49370be7b96d3f02900affcdd355e4261f89
treee0ea852627948cac35ecbe4048c4835ad4189b8d
parent19cfc7c1af080c09490280fecba744c4c0f4ef85
add an autopep8 tox profile for functional tests

- declare the autopep8 profile in tox.ini testenv to autoformat
  functional tests python scripts
- set maximum line length check to 120 characters (ODL standard)
- set recursive and in-place options so that the whole tests directory
  is automatically autoformatted

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I207fca299babe79c1196a54d09633414b8f86ece
tox.ini