Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
172 ashish 1
# -*- coding: utf-8 -*-
2
"""Test suite for the TG app's models"""
3
from nose.tools import eq_
4
 
5
from wiki20 import model
6
from wiki20.tests.models import ModelTest
7