Files
Projet12/tests/authentication/test_authentication.py
2025-08-27 10:15:30 +02:00

12 lines
167 B
Python

class TestPasswordTool:
def test_check_wrong_user(self):
pass
def test_check_wrong_pwd(self):
pass
def get_by_name(self):
pass