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