add: register test
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user