test dirs + fixture session/init in conftest
This commit is contained in:
0
tests/authentication/__init__.py
Normal file
0
tests/authentication/__init__.py
Normal file
9
tests/authentication/test_authentication.py
Normal file
9
tests/authentication/test_authentication.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
class TestPasswordTool:
|
||||
def test_check(self):
|
||||
pass
|
||||
|
||||
def get_by_name(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user