django-sms icon indicating copy to clipboard operation
django-sms copied to clipboard

Add Mixin and Runner for use with django.test.TestCase

Open tubaman opened this issue 2 years ago • 1 comments

Here's a feature to make it as easy as email to test sms with django.test.TestCase

I'm not quite sure how to add tests for these bits of test code. It seems like Django itself doesn't bother to test the mail.outbox functionality in isolation so maybe we don't need to either?

tubaman avatar May 07 '22 04:05 tubaman