Onionr/onionr/runtests/uicheck.py

3 lines
154 B
Python

from onionrutils import localcommand
def check_ui(test_manager):
if not 'onionr' in localcommand.local_command('/mail/').lower(): raise AssertionError