lnbits/lnbits
dni ⚡ 4679d321de
test: remove warnings for TemplateResponse (#2368)
* test: remove warnings for `TemplateResponse`
removes warnings
```
tests/core/views/test_generic.py::test_core_views_generic
tests/core/views/test_generic.py::test_get_wallet_with_user_and_wallet
tests/core/views/test_generic.py::test_get_extensions
tests/core/views/test_public_api.py::test_core_views_generic
  /home/dni/.cache/pypoetry/virtualenvs/lnbits-XeqO4Z-j-py3.10/lib/python3.10/site-packages/starlette/templating.py:178: DeprecationWarning: The `name` is not the first para
meter anymore. The first parameter should be the `Request` instance.
  Replace `TemplateResponse(name, {"request": request})` by `TemplateResponse(request, name)`.
    warnings.warn(
```
2024-03-29 12:22:14 +01:00
..
core test: remove warnings for TemplateResponse (#2368) 2024-03-29 12:22:14 +01:00
nodes update black to 24.2.0 and ruff to 0.3.0 (#2307) 2024-03-07 09:55:37 +00:00
static simplify description in i18n (#2356) 2024-03-28 09:06:47 +01:00
templates bug: show extensions in frontend had wrong boolean (#2370) 2024-03-27 12:00:50 +01:00
utils feat: reduce initial requests on wallet page (#2335) 2024-03-22 12:59:49 +01:00
wallets bug: wrong pending status (#2352) 2024-03-24 13:58:15 +01:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py overall fixes 2022-10-25 09:23:30 +02:00
app.py test: remove warnings for TemplateResponse (#2368) 2024-03-29 12:22:14 +01:00
bolt11.py adding bolt11 lib and removing bolt11.py from the codebase (#1817) 2023-09-25 12:06:54 +02:00
commands.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
db.py feat: add database debug env var (#2333) 2024-03-21 09:59:17 +01:00
decorators.py chore: keychecker todo remove type ignores (#2337) 2024-03-21 11:36:01 +01:00
extension_manager.py update black to 24.2.0 and ruff to 0.3.0 (#2307) 2024-03-07 09:55:37 +00:00
helpers.py feat: complete use of LNBITS_EXTENSIONS_DEACTIVATE_ALL (#2341) 2024-03-26 11:44:33 +01:00
jinja2_templating.py chore: update to latest fastapi (#2240) 2024-02-06 11:47:36 -03:00
lnurl.py feat: lnurl library update 2023-12-06 12:55:01 +01:00
middleware.py test: remove warnings for TemplateResponse (#2368) 2024-03-29 12:22:14 +01:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
server.py feat: add file logging (#2023) 2023-10-12 11:24:05 +02:00
settings.py feat: complete use of LNBITS_EXTENSIONS_DEACTIVATE_ALL (#2341) 2024-03-26 11:44:33 +01:00
tasks.py feat: create_unique_task helper (#2292) 2024-03-18 13:02:04 +00:00