/tests/test_shabti.py
Python | 9 lines | 6 code | 2 blank | 1 comment | 0 complexity | 54f0c40285dcfed9e8798810d3cebb3f MD5 | raw file
1# -*- coding: utf-8 -*-
2from test_make_project import TestBase
3
4class TestShabti(TestBase):
5 template = 'shabti'
6 copydict = {
7 'development.ini':'development.ini',
8 }
9