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
tg-wjones/bazel-take-2-nix-python
pulumi
/
sdk
/
python
/
pytest.py
7 lines
94 B
Python
Raw
Permalink
Blame
History
import
pytest
import
sys
if
__name__
==
"
__main__
"
:
sys
.
exit
(
pytest
.
main
(
sys
.
argv
[
1
:
]
)
)
Reference in New Issue
View Git Blame
Copy Permalink