Skip to content

Commit

Permalink
fix README typo (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundercat1 committed Nov 28, 2023
1 parent 53b1c3f commit f0424aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ pip install pytest-env
[tool.pytest_env]
HOME = "~/tmp"
RUN_ENV = 1
TRANSFORMED = {value = "{USER}/alpha", transform: true}
SKIP_IF_SET = {value = "on", skip_if_set: true}
TRANSFORMED = {value = "{USER}/alpha", transform = true}
SKIP_IF_SET = {value = "on", skip_if_set = true}
```

The `tool.pytest_env` tables keys are the environment variables keys to set. The right hands-ide of the assigment:
Expand Down

0 comments on commit f0424aa

Please sign in to comment.