Commit Graph

6 Commits

Author SHA1 Message Date
chrfwow f559d1b27a
feat: Update test harness (add assertions) #1467 (#415)
* Update test harness (add assertions) #1467

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

* fixup! Update test harness (add assertions) #1467

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

* fixup! Update test harness (add assertions) #1467

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

* fixup! Update test harness (add assertions) #1467

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

* fixup! Update test harness (add assertions) #1467

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

* fixup! Update test harness (add assertions) #1467

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

* fixup! Update test harness (add assertions) #1467

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

---------

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Co-authored-by: Anton Grübel <anton.gruebel@gmail.com>
2025-01-21 15:11:10 +01:00
Federico Bond 963b01e66d
fix: replace str with enum value in InMemoryFlag definition (#234)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2023-11-07 09:51:24 -06:00
Michael Beemer 0c314ab77c
fix!: raise error if the flag wasn't found using the in-memory provider (#228)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2023-11-01 14:56:48 -04:00
Federico Bond 51f0d260f0
refactor!: rename top-level package to openfeature (#192)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2023-09-20 13:22:31 -03:00
Federico Bond 793ced1917
refactor!: simplify namespaces to make public API more pythonic (#172)
* refactor!: simplify namespaces to make public API more pythonic

Signed-off-by: Federico Bond <federicobond@gmail.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2023-09-08 10:31:25 -04:00
James Carr 43ce93dc82
chore: E2E Test Support (#132)
* test: add implementation of evaluation e2e tests

Signed-off-by: Federico Bond <federicobond@gmail.com>
Signed-off-by: James Carr <james.r.carr@gmail.com>

* chore: run behave tests in GH workflow

Signed-off-by: Federico Bond <federicobond@gmail.com>

* fix: replace typing.Union value used in isinstance for compatibility with python<3.10

Signed-off-by: Federico Bond <federicobond@gmail.com>

* chore: automatically pull submodule for e2e make target

Signed-off-by: Federico Bond <federicobond@gmail.com>

---------

Signed-off-by: Federico Bond <federicobond@gmail.com>
Signed-off-by: James Carr <james.r.carr@gmail.com>
Co-authored-by: Federico Bond <federicobond@gmail.com>
2023-08-31 07:54:58 +12:00