Add Login.get_current_user helper method

This commit is contained in:
Miguel Grinberg
2025-12-20 00:13:41 +00:00
parent 220d4cd92a
commit 053b8a8138
4 changed files with 20 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ python =
[testenv]
commands=
pip install -e .
pytest -p no:logging --cov=src --cov-config=.coveragerc --cov-branch --cov-report=term-missing --cov-report=xml tests
pytest -p no:logging --cov=src --cov-config=.coveragerc --cov-branch --cov-report=term-missing --cov-report=xml {posargs}
deps=
pytest
pytest-cov