ft_transcendence/tests/accounts/register.py

10 lines
206 B
Python
Raw Normal View History

2023-11-02 18:26:05 -04:00
from unittest import TestCase
import uuid
class RegisterTest(TestCase):
def setUp(self):
self.username: str = uuid.uuid4()
self.password: str = uuid.uuid4()
def test_valid