Hi,
Here is one simple model and a celery task.
Can some one tell me how to write a test for this task?
Thank you!
*my_app/models.py*
*class MyModel(models.Model):*
*x = models.IntegerField()*
*y = models.IntegerField()*
*sum = models.IntegerField()*
*my_app/tests/test_tasks.py*
*@ce
On Tue, Aug 5, 2014 at 10:44 AM, Balachandran Sivakumar
wrote:
> Hi Jeff,
>
> I generally look at it from this perspective - Do we really
> need HTML to convey something ? Are plain words not sufficient enough
> to express ourselves ? Look at it as "Simple is better than complex"
> :)
Ag