RETIRED, A collection of python libraries for the Validation Framework
Go to file
Gael Chamoulaud (Strider) 3cc5263983
Move unit tests execution to stestr
From time to time, unit tests execution fails with error: "TypeError:
'NoneType' object is not iterable". It seems that problem is in
unittest2 library, which is used by testtools for executing the tests.
Stestr lib is usinig unittest by default and the problem does not appear
for several hundred launches.

Authored-By: danpawlik <dpawlik@redhat.com>

Change-Id: I6646629128d9265b5fb7390dc131c55cf34a07ca
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-04-28 09:17:48 +02:00
validations_libs Format output in json or yaml for validations show param 2020-04-16 08:26:04 +00:00
zuul.d Add Python3 victoria unit tests 2020-04-22 18:55:25 +00:00
.coveragerc Add missing stuffs for pytesting with tox 2020-03-03 10:45:41 +01:00
.gitignore Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
.gitreview Improve the way we log on the file system 2020-03-11 17:07:56 +01:00
.pre-commit-config.yaml Improve testing infrastructure 2020-03-04 13:47:41 +01:00
.stestr.conf Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
LICENSE Initial commit 2020-02-28 10:42:18 +01:00
MANIFEST.in Adding the foundation files 2020-02-28 14:47:28 +01:00
README.rst Adding the foundation files 2020-02-28 14:47:28 +01:00
bindep.txt Adding the foundation files 2020-02-28 14:47:28 +01:00
lower-constraints.txt Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
requirements.txt Remove mock as a test requirement and add PyYAML as requirement. 2020-03-17 10:10:45 +01:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:22 -05:00
setup.py Adding the foundation files 2020-02-28 14:47:28 +01:00
test-requirements.txt Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
tox.ini Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00

README.rst

# validations-libs A collection of python libraries for the Validation Framework