mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
* add method set_option to Configuration and also use it everywhere * split CreateUser handler to additional read method * check user duplicate on auth mapping read * generate salt by using passlib instead of random.choice * case-insensetive usernames * update dependencies * update configuration reference * improve tests
6 lines
110 B
INI
6 lines
110 B
INI
[aliases]
|
|
test = pytest
|
|
|
|
[tool:pytest]
|
|
addopts = --cov=ahriman --cov-report term-missing:skip-covered --pspec
|