============================= test session starts ==============================
platform linux -- Python 3.11.7, pytest-8.0.0, pluggy-1.3.0
rootdir: /home/user/project
plugins: cov-4.1.0
collected 12 items

tests/test_auth.py ...                                                   [ 25%]
tests/test_api.py ....                                                   [ 58%]
tests/test_models.py ...                                                 [ 83%]
tests/test_utils.py ..                                                   [100%]

---------- coverage: platform linux, python 3.11.7-final-0 ----------
Name                  Stmts   Miss  Cover
------------------------------------------
src/auth.py              25      2    92%
src/api.py               40      8    80%
src/models.py            30      3    90%
src/utils.py             15      0   100%
------------------------------------------
TOTAL                   110     13    88%

============================== 12 passed in 1.23s ==============================
