path: python-briefcase_0.3.25-2/tests/integrations/android_sdk/ADB/test_pidof.py
def test_pidof_fail_exit_0(adb):
    """If adb.pidof() returns a PID of 0, it is interpreted as the process not
    existing."""
    adb.run = Mock(return_value="")
