Skip to content

Instantly share code, notes, and snippets.

View sharkdevs's full-sized avatar

Meshack Ogeto sharkdevs

View GitHub Profile
from django.test import TestCase
from users import userRegistration
class UserRegistartionTest(TestCase):
"""set up the tests"""
def setup():
user = {