Skip to content

Commit e036324

Browse files
committed
Add VMs to unittest
1 parent 98e8e32 commit e036324

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

unittest-core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#
77
# SPDX-License-Identifier: LGPL-3.0-only
88
#
9+
# Refactor by @ariel-anieli in 2024
910

1011
"""Glances unitary tests suite."""
1112

unittest-restful.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def test_003_plugins(self):
115115
'wifi',
116116
'gpu',
117117
'containers',
118+
'vms',
118119
):
119120
self.assertIsInstance(req.json(), list)
120121
if len(req.json()) > 0:

0 commit comments

Comments
 (0)