This website requires JavaScript.
Explore
Get Started
openstack
/
validations-libs
Code
Issues
Proposed changes
bcd6d6e857
Branches
Tags
View all branches
validations-libs
/
.stestr.conf
4 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-27 17:49:50 +02:00
[DEFAULT]
Make the measuring code coverage test working Change-Id: I9e28b3b08685ea7a7ae1ed73888d8160728f5ded Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-11-26 11:40:06 +01:00
test_path=${TEST_PATH:-./validations_libs/tests}
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-27 17:49:50 +02:00
top_dir=./
Copy Permalink