summaryrefslogtreecommitdiffstats
path: root/unitest.py
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-10-03 21:53:24 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-10-03 21:53:24 +0800
commit4046fbb18cf16be684ada228314c1f328779a3c1 (patch)
treedaabcac63a1543d6514711cb2f4fcb76095277ba /unitest.py
parent94d1e006926bf5f8c91289684329b30b0acfe3c0 (diff)
Fix typos
Found via `codespell -S ./venv,./glances/outputs,*.svg -L hart,bu,te,statics`
Diffstat (limited to 'unitest.py')
-rwxr-xr-xunitest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/unitest.py b/unitest.py
index f49bb687..07bab142 100755
--- a/unitest.py
+++ b/unitest.py
@@ -322,7 +322,7 @@ class TestGlances(unittest.TestCase):
msg='{} view is not a dict'.format(plugin))
def test_097_attribute(self):
- """Test GlancesAttribute classe"""
+ """Test GlancesAttribute classes"""
print('INFO: [TEST_097] Test attribute')
# GlancesAttribute
from glances.attribute import GlancesAttribute
@@ -345,7 +345,7 @@ class TestGlances(unittest.TestCase):
self.assertEqual(a.history_mean(nb=3), 4.5)
def test_098_history(self):
- """Test GlancesHistory classe"""
+ """Test GlancesHistory classes"""
print('INFO: [TEST_098] Test history')
# GlancesHistory
from glances.history import GlancesHistory