halfapi/tests
Maxime Alves LIRMM 4f4dac0ff2 [deps] Migration from starlette v0.18 to v0.23
Breaking : migrate your tests that use the TestDomain.client method
following the instructions here https://github.com/Kludex/bump-testclient

Squashed commit of the following:

commit 0417f27b3f
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 11:08:44 2023 +0100

    [deps] starlette 0.23

commit 552f00a65b
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:59:42 2023 +0100

    [deps] starlette 0.22

commit aefe448717
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:55:45 2023 +0100

    [tests][fix] compares the json interpreted value instead of the string

commit 01333a200c
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:55:20 2023 +0100

    [testing] changes from requests to httpx for Starlette TestClient (breaks)

commit f3784fab7f
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:54:10 2023 +0100

    [deps][breaking] starlette 0.21

commit 717d3f8bd6
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:26:31 2023 +0100

    [responses] use a wrapper function for exception handling (fix starlette 0.20)

commit d0876e45da
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:25:21 2023 +0100

    [deps][breaking] starlette 0.20

commit 6504191c53
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:12:51 2023 +0100

    [deps] starlette 0.19

commit 7b639a8dc2
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:11:14 2023 +0100

    [deps] starlette 0.18

commit 20bd9077a4
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date:   Sat Jan 14 10:07:48 2023 +0100

    pipenv update
2023-01-14 11:10:13 +01:00
..
cli [responses] html and plaintext return types as ret_type argument 2022-08-18 20:22:14 +02:00
dummy_domain [breaking] domain description is defined in a dict, not in "__name__", "__id__", "__routers__" ... 2022-10-13 12:18:13 +02:00
__init__.py
conftest.py [tests] fix tests and add "mix_stderr=False" to CliRunner instance 2021-12-13 12:41:33 +01:00
setup.py
test_acl.py [deps] Migration from starlette v0.18 to v0.23 2023-01-14 11:10:13 +01:00
test_app.py [wip] refactor half_domain 2021-12-07 11:42:02 +01:00
test_conf.py [wip][testfail] multiple-domains app 2021-12-07 07:53:36 +01:00
test_constants.py [constants] add lib "schema" Schemas for all items 2021-11-30 00:37:13 +01:00
test_debug_routes.py [deps] Migration from starlette v0.18 to v0.23 2023-01-14 11:10:13 +01:00
test_domain.py [deps] Migration from starlette v0.18 to v0.23 2023-01-14 11:10:13 +01:00
test_dummy_domain.py [tests] async router renamed to async_router 2022-02-10 12:30:49 +01:00
test_dummy_project_router.py [deps] Migration from starlette v0.18 to v0.23 2023-01-14 11:10:13 +01:00
test_halfapi.py [conf] use of toml for halfapi configs. re-enable possibility of multiple domains 2021-12-03 17:25:57 +01:00
test_jwt_middleware.py [deps] Migration from starlette v0.18 to v0.23 2023-01-14 11:10:13 +01:00
test_lib_domain.py [wip] refactor half_domain 2021-12-07 11:42:02 +01:00
test_lib_domain_middlware.py [deps] Migration from starlette v0.18 to v0.23 2023-01-14 11:10:13 +01:00
test_lib_responses.py
test_lib_router.py [wip] refactor half_domain 2021-12-07 11:42:02 +01:00
test_lib_routes.py [wip] refactor half_domain 2021-12-07 11:42:02 +01:00