index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
67 test env value
/
test.py
blob: 4adf62cdb2a6d32bd991880e360a3c9f7ac6a37f (
plain
)
1
2
3
4
5
6
#!/usr/bin/env python3
import
os
import
sys
assert
os
.
environ
[
'TEST_VAR'
]
==
sys
.
argv
[
1
]