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 54aa663 commit 630d398Copy full SHA for 630d398
tests/test_notification_daemon.py
@@ -28,6 +28,7 @@
28
29
30
@unittest.skipUnless(notify_send_version, "notify-send not installed")
31
+@unittest.skipIf(os.path.exists('/etc/apparmor.d/notify-send'), "AppArmor profile for notify-send active")
32
class TestNotificationDaemon(dbusmock.DBusTestCase):
33
"""Test mocking notification-daemon"""
34
0 commit comments