PageRenderTime 23ms CodeModel.GetById 18ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/tests/test_shabti.py

https://bitbucket.org/gawel/shabti
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