Skip to content

Commit

Permalink
Add VMs to unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Jul 27, 2024
1 parent 98e8e32 commit e036324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions unittest-core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#
# SPDX-License-Identifier: LGPL-3.0-only
#
# Refactor by @ariel-anieli in 2024

"""Glances unitary tests suite."""

Expand Down
1 change: 1 addition & 0 deletions unittest-restful.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_003_plugins(self):
'wifi',
'gpu',
'containers',
'vms',
):
self.assertIsInstance(req.json(), list)
if len(req.json()) > 0:
Expand Down

0 comments on commit e036324

Please sign in to comment.