path: python-briefcase_0.3.25-2/tests/integrations/android_sdk/ADB/test_pidof.py
def test_pidof_quiet(adb):
    """adb.pidof() can be called in quiet mode on a process that exists."""
    adb.run = Mock(return_value="5678\n")
