This commit is contained in:
4
backend/tests/test_security.py
Normal file
4
backend/tests/test_security.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from trading_journal import security
|
||||
|
||||
def test_hash_password() -> None:
|
||||
plain = "password"
|
||||
Reference in New Issue
Block a user