summaryrefslogtreecommitdiff
path: root/test/t/test_gkrellm.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_gkrellm.py')
-rw-r--r--test/t/test_gkrellm.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/t/test_gkrellm.py b/test/t/test_gkrellm.py
new file mode 100644
index 00000000..8ab4b5a7
--- /dev/null
+++ b/test/t/test_gkrellm.py
@@ -0,0 +1,10 @@
+import os
+
+import pytest
+
+
+@pytest.mark.xfail(not os.environ.get("DISPLAY"), reason="X display required")
+class TestGkrellm:
+ @pytest.mark.complete("gkrellm -")
+ def test_1(self, completion):
+ assert completion