/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 -*-
  2. from test_make_project import TestBase
  3. class TestShabti(TestBase):
  4. template = 'shabti'
  5. copydict = {
  6. 'development.ini':'development.ini',
  7. }