Add test for EfficacyIndicator value in mysql

Add a test with mysql as backend to show that the current
EfficacyIndicator model does not store any decimal digit for the value.

Change-Id: I0cdbd7d87cd6869a10b48eda3d59558831c8dd36
This commit is contained in:
jgilaber
2025-03-21 11:09:42 +01:00
parent 77e7e4ef7b
commit 6c5845721b
5 changed files with 141 additions and 0 deletions

View File

@@ -5,3 +5,6 @@ testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.3.0 # MIT
stestr>=2.0.0 # Apache-2.0
WebTest>=2.0.27 # MIT
# Include drivers for opportunistic testing.
oslo.db[mysql]>=6.0.0 # Apache-2.0