ahriman/tests/ahriman/web
Evgenii Alekseev 1a61da7ab9 refactor: remove custom access logger
It is fine when application is able to log request, however, normally it
produces a lot noise, which has been handled by adding special logger.
However, nowadays it requires a lot endpoints to be filtered and doesn't
provide any choice.

Instead of it lets disable access logger by default and let users decide
do they need or not to see access log messages
2024-01-03 12:18:50 +02:00
..
middlewares refactor: fix warnings and typos, cleanup code 2023-12-28 16:53:45 +02:00
schemas feat: add workers autodicsovery feature (#121) 2024-01-03 02:25:24 +02:00
views feat: raise 404 in case if package is unknown for logs and patches 2024-01-03 12:09:10 +02:00
conftest.py refactor: use AppKey's instead of string identifiers for web application 2023-12-27 13:53:23 +02:00
test_apispec.py refactor: use AppKey's instead of string identifiers for web application 2023-12-27 13:53:23 +02:00
test_cors.py use api generated docs instead of comments (#92) 2023-04-06 00:24:39 +03:00
test_keys.py refactor: use AppKey's instead of string identifiers for web application 2023-12-27 13:53:23 +02:00
test_routes.py feat: add ability to disable specific routes (#119) 2023-12-15 14:34:03 +02:00
test_web.py refactor: remove custom access logger 2024-01-03 12:18:50 +02:00