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
46a0c71f6b
Branches
Tags
No results found.
pulumi
/
tests
/
integration
/
python
/
venv
/
requirements.txt
3 lines
15 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Avoid double-quailfying venv folder path (#6599) * Avoid double-quailfying venv folder path * Replace `path` with `filepath` * Add a Python integration test to cover venv auto-creation * Merged * Fix spelling Co-authored-by: Justin Van Patten <jvp@justinvp.com> * Make AbsPath and RelPath test variants * Fix issue on Windows backslash paths * Debug windows test failure: more logging and aggressive YAML escaping * Use filepath.IsAbs instead of path.IsAbs Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2021-03-24 19:51:46 +00:00
pulumi
python: add test showing that attaching a debugger works (#17270) The debugging support has been merged in https://github.com/pulumi/pulumi/pull/17179, without adding tests to facilitate early testing. We should however really have a test for it to make sure this works. Add that here.
2024-09-17 10:13:32 +00:00
debugpy