beremiz

02c7b758fa9b
Tests: remove -it from docker invocation

Workaround "The input device is not a TTY" error on Github Action.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")