Onionr/onionr/runtests/uicheck.py

3 lines
154 B
Python
Raw Normal View History

2019-09-26 07:43:03 +00:00
from onionrutils import localcommand
def check_ui(test_manager):
if not 'onionr' in localcommand.local_command('/mail/').lower(): raise AssertionError