summaryrefslogtreecommitdiffstats
path: root/unitest.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-01-22 09:54:56 +0100
committernicolargo <nicolas@nicolargo.com>2023-01-22 09:54:56 +0100
commita8053862550058fde46fe1a0a40b6596cca9109b (patch)
tree9280e958d6a60f342608fd063c68825d3defc338 /unitest.py
parentb43bf2bcb0c21627010a401758d8a99b2ee17ec0 (diff)
Add Podman IO, but not workking for the moment because https://github.com/containers/podman/issues/11695
Diffstat (limited to 'unitest.py')
-rwxr-xr-xunitest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/unitest.py b/unitest.py
index 25193d9a..ca9703a9 100755
--- a/unitest.py
+++ b/unitest.py
@@ -296,6 +296,7 @@ class TestGlances(unittest.TestCase):
self.assertEqual(string_value_to_float('15.5MB'), 15500000.0)
self.assertEqual(string_value_to_float('25.9'), 25.9)
self.assertEqual(string_value_to_float('12'), 12)
+ self.assertEqual(string_value_to_float('--'), None)
def test_094_thresholds(self):
"""Test thresholds classes"""