We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b1c3f commit f0424aaCopy full SHA for f0424aa
README.md
@@ -26,8 +26,8 @@ pip install pytest-env
26
[tool.pytest_env]
27
HOME = "~/tmp"
28
RUN_ENV = 1
29
-TRANSFORMED = {value = "{USER}/alpha", transform: true}
30
-SKIP_IF_SET = {value = "on", skip_if_set: true}
+TRANSFORMED = {value = "{USER}/alpha", transform = true}
+SKIP_IF_SET = {value = "on", skip_if_set = true}
31
```
32
33
The `tool.pytest_env` tables keys are the environment variables keys to set. The right hands-ide of the assigment:
0 commit comments