mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-15 18:07:02 +00:00
6 lines
113 B
Python
6 lines
113 B
Python
"""Test cases file of account"""
|
|
"""Django import"""
|
|
from django.test import TestCase
|
|
|
|
# Create your tests here.
|