12 lines
167 B
Python
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
|
|
|