Guest User

Untitled

a guest
Feb 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from django.test import TestCase
  2. from .models import User
  3.  
  4. class TestUserModel(TestCase):
  5. def test_short_name(self):
  6. self.assertTrue(User.get_short_name())
Add Comment
Please, Sign In to add comment