Parent: [7536f4] (diff)

Child: [ddf08c] (diff)

Download this file

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

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