Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dbusmock/templates/systemd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""systemd mock template
"""
"""systemd mock template"""

# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free
Expand Down
1 change: 1 addition & 0 deletions tests/test_notification_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@


@unittest.skipUnless(notify_send_version, "notify-send not installed")
@unittest.skipIf(os.path.exists("/etc/apparmor.d/notify-send"), "AppArmor profile for notify-send active")
class TestNotificationDaemon(dbusmock.DBusTestCase):
"""Test mocking notification-daemon"""

Expand Down