beremiz
Clone
Summary
Browse
Changes
Graph
Tests: give test directory when creating container, not when running test.
2022-05-17, Edouard Tisserant
fb8c2fa0d8f0
Tests: give test directory when creating container, not when running test.
# -*- 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")