(Title was: \"How to write a unit test for a DBUS service written in Python?\")
I\'ve started to write a DBUS service using dbus-python, but I\'m having trouble writ
Check out python-dbusmock library.
It hides the ugly subprocess logic behind your eyes, so you don't have to worry about it in your tests.