We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329ca4a commit b468d75Copy full SHA for b468d75
umu/umu_test.py
@@ -179,6 +179,12 @@ def tearDown(self):
179
if self.test_winepfx.exists():
180
rmtree(self.test_winepfx.as_posix())
181
182
+ def test_is_steamdeck(self):
183
+ """Test is_steamdeck."""
184
+ self.assertIsInstance(
185
+ umu_util.is_steamdeck(), bool, "Expected a boolean"
186
+ )
187
+
188
def test_is_installed_verb_noverb(self):
189
"""Test is_installed_verb when passed an empty verb."""
190
verb = []
0 commit comments