Parent: [9151c9] (diff)

Child: [ddf08c] (diff)

Download this file

__init__.py    7 lines (4 with data), 178 Bytes

1
2
3
4
5
6
# -*- coding: utf-8 -*-
## Make our own Git tool test decorator
from allura.tests.decorators import with_tool
with_git = with_tool('test', 'Git', 'src-git', 'Git', type='git')