add: register test

This commit is contained in:
2023-11-03 21:04:38 +01:00
parent 80e638072f
commit 92da8114c3
3 changed files with 31 additions and 10 deletions

View File

@ -1,10 +0,0 @@
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