From: David Garcia Date: Mon, 26 Jul 2021 14:04:59 +0000 (+0200) Subject: Unit tests improvements X-Git-Tag: release-v11.0-start~13 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=4ae527ee394a9794c25e7a90fe895aa446c6c797;hp=4ae527ee394a9794c25e7a90fe895aa446c6c797;ds=sidebyside Unit tests improvements - From now on, black must pass. Jenkins will give a -1 if it doesn't - Ignore E203 because it is not pep8 compliant, and conflicts with black https://github.com/psf/black/issues/315#issuecomment-395457972 - Black fixes and minor fix in unit test - Fix devops-stages/stage-test.sh: jenkins was not giving a -1 when tox was failing Change-Id: Ic7318dcb6d4006a271607cd064a1f36d0936b7b9 Signed-off-by: David Garcia ---