pulumi/tests/integration/enums
Justin Van Patten e6359b86b3 [sdk/python] Fix enum test for python 11 behavior change
Python 11 has changed the behavior of `__format__` and `__str__` to return the type and name of an enum rather than its value. This affects one of our tests which is expecting the value of the enum ("Burgundy") to be formatted in a sentence and not the type and name ("RubberTreeVariety.BURGUNDY"). This change fixes the test to explicitly use the enum's value in the formatted string so we get consistent output when the test is run across multiple versions of Python.
2023-03-22 07:23:46 -07:00
..
nodejs Add tests for ts enums (#5605) 2020-10-22 10:53:29 -07:00
python [sdk/python] Fix enum test for python 11 behavior change 2023-03-22 07:23:46 -07:00