Add tests #2

Closed
ahtlon wants to merge 0 commits from tests into master
Owner

Initialy created with a local llm since this this seemed really tedious, everything else is human

Initialy created with a local llm since this this seemed really tedious, everything else is human
ahtlon added 10 commits 2026-05-16 18:06:23 +02:00
ahtlon added 3 commits 2026-05-18 21:04:25 +02:00
Author
Owner
================================ tests coverage ================================
_______________ coverage: platform linux, python 3.13.12-final-0 _______________

Name                                       Stmts   Miss Branch BrPart  Cover
----------------------------------------------------------------------------
app/__init__.py                                5      0      0      0   100%
app/controllers/__init__.py                    0      0      0      0   100%
app/controllers/aaManager.py                  64      2     18      2    95%
app/controllers/cardManager.py                28      0      2      0   100%
app/controllers/groupManager.py               26      0      4      0   100%
app/controllers/userManager.py                43      0      8      0   100%
app/main.py                                   19      0      0      0   100%
app/model/models.py                           72      0      0      0   100%
app/services/__init__.py                       0      0      0      0   100%
app/services/auth.py                          79      6     16      3    91%
app/services/database.py                      14      0      0      0   100%
test/__init__.py                               0      0      0      0   100%
test/conftest.py                              71      0      0      0   100%
test/test_main.py                             13      0      0      0   100%
test/test_models.py                           48      0      0      0   100%
test/test_services/__init__.py                 0      0      0      0   100%
test/test_services/test_aa_manager.py         80      0      0      0   100%
test/test_services/test_auth.py              100      8      2      1    91%
test/test_services/test_card_manager.py       35      0      0      0   100%
test/test_services/test_database.py           38      0      0      0   100%
test/test_services/test_group_manager.py      35      0      0      0   100%
test/test_services/test_user_manager.py       66      0      0      0   100%
----------------------------------------------------------------------------
TOTAL                                        836     16     50      6    98%
``` ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.13.12-final-0 _______________ Name Stmts Miss Branch BrPart Cover ---------------------------------------------------------------------------- app/__init__.py 5 0 0 0 100% app/controllers/__init__.py 0 0 0 0 100% app/controllers/aaManager.py 64 2 18 2 95% app/controllers/cardManager.py 28 0 2 0 100% app/controllers/groupManager.py 26 0 4 0 100% app/controllers/userManager.py 43 0 8 0 100% app/main.py 19 0 0 0 100% app/model/models.py 72 0 0 0 100% app/services/__init__.py 0 0 0 0 100% app/services/auth.py 79 6 16 3 91% app/services/database.py 14 0 0 0 100% test/__init__.py 0 0 0 0 100% test/conftest.py 71 0 0 0 100% test/test_main.py 13 0 0 0 100% test/test_models.py 48 0 0 0 100% test/test_services/__init__.py 0 0 0 0 100% test/test_services/test_aa_manager.py 80 0 0 0 100% test/test_services/test_auth.py 100 8 2 1 91% test/test_services/test_card_manager.py 35 0 0 0 100% test/test_services/test_database.py 38 0 0 0 100% test/test_services/test_group_manager.py 35 0 0 0 100% test/test_services/test_user_manager.py 66 0 0 0 100% ---------------------------------------------------------------------------- TOTAL 836 16 50 6 98% ```
ahtlon added 1 commit 2026-05-18 21:15:22 +02:00
Author
Owner

Merged with 0d31b9c146

Merged with 0d31b9c1463210fc02e42479f46eb1a4ca0546fe
ahtlon closed this pull request 2026-05-19 17:31:04 +02:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: malobeo/gatekeeper#2