blob: 79b30ee541b90f92e5ba00f3e1c637a33e309c95 [file] [log] [blame]
# -*- coding: utf-8 -*-
## Make our own Mercurial tool test decorator
from allura.tests.decorators import with_tool
with_hg = with_tool('test', 'Hg', 'src-hg', 'Mercurial', type='hg')