more collab tests

This commit is contained in:
2025-08-27 10:15:30 +02:00
parent f492b12479
commit a0c0bf7931
3 changed files with 8 additions and 5 deletions

View File

@@ -1,9 +1,11 @@
class TestPasswordTool:
def test_check(self):
def test_check_wrong_user(self):
pass
def test_check_wrong_pwd(self):
pass
def get_by_name(self):
pass