Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-15 | pylint: Fix a myriad of linting errors | Frederick Muriuki Muriithi | |
2022-11-08 | Tests: Fix test name. | Frederick Muriuki Muriithi | |
2022-11-08 | Tests: Tests the credentials check system | Frederick Muriuki Muriithi | |
* gn3/auth/authentication.py: Fix issues caught by tests * tests/unit/auth/test_credentials.py: Add fixtures and tests for credentials checking | |||
2022-11-03 | Add credentials checking | Frederick Muriuki Muriithi | |
* gn3/auth/authentication.py: new function `credentials_in_database` * gn3/auth/authentication/__init__.py: replace package with module * gn3/settings.py: new `AUTH_MIGRATIONS` configuration variable * migrations/auth/20221103_02_sGrIs-create-user-credentials-table.py: new migration * tests/unit/auth/test_credentials.py: test the `credentials_in_database` function * tests/unit/conftest.py: more test fixtures |