python-sdk/tests
Lukas Reining 9b97130908
feat: implement transaction context (#389)
* feat: implement transaction context

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>

* fix: lint issues

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>

* feat: add tests for context merging

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>

* feat: fix pre-commit checks

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>

* feat: use elipsis instead of pass

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>

* Update openfeature/transaction_context/no_op_transaction_context_propagator.py

Co-authored-by: Anton Grübel <anton.gruebel@gmail.com>
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>

* feat: pr feedback

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>

---------

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
Co-authored-by: Anton Grübel <anton.gruebel@gmail.com>
2024-11-24 17:54:42 +01:00
..
evaluation_context refactor!: rename top-level package to openfeature (#192) 2023-09-20 13:22:31 -03:00
features feat!: add support for domains (#271) 2024-02-20 19:31:22 -03:00
hook refactor: mark hook_support module as private/internal (#303) 2024-03-25 18:02:36 +11:00
provider chore: remove excluded ruff rules and fix issues (#254) 2024-01-06 14:25:44 -03:00
__init__.py python-sdk: Work in progress initial commit of a python sdk 2022-05-12 16:11:40 +04:00
conftest.py feat: implement provider events (#278) 2024-03-22 07:45:00 +11:00
test_api.py refactor: bind providers explicitly to a registry with attach/detach (#324) 2024-05-02 09:13:30 +10:00
test_client.py feat: implement transaction context (#389) 2024-11-24 17:54:42 +01:00
test_flag_evaluation.py chore: remove excluded ruff rules and fix issues (#254) 2024-01-06 14:25:44 -03:00
test_transaction_context.py feat: implement transaction context (#389) 2024-11-24 17:54:42 +01:00