This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
iwahbe/allow-supress-provider-output
Branches
Tags
No results found.
pulumi
/
pkg
/
codegen
/
python
/
requirements.txt
3 lines
15 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Implement 5758 {fn}_output codgen for Python (#7825) * Implement 5758 {fn}_output codgen for Python * Fix lint issues * Accept codegen changes in expected examples * Test and fix positional arg handling * Add parameter descriptions to illustrate docstring codegen * Generate docstrings * Accept doc changes in expected go codegen file * Use platform-agnostic API to drive Python tests
2021-08-30 20:52:58 +00:00
pytest
Fully generate TypedDict input types by default (#17296) https://github.com/pulumi/pulumi/pull/16704 made it so that classes and TypeDicts are generated for input types by default, but missed some cases, which lead to referencing some TypedDict types that didn't exist. This PR fixes that by ensuring that all input types are generated. A regression test is included that runs pyright in strict mode to ensure TypedDict types in signatures actually exist. The second commit regenerates testdata throughout. Fixes #17219
2024-09-20 17:16:14 +00:00
pyright