Skip to content

Commit

Permalink
Update references to configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Aug 15, 2024
1 parent 6ae11b0 commit 6925092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

# Include
!/src/**
!/pytest.ini
!/pyproject.toml
!/requirements*
!/tox.ini
!/LICENSE
!/COPYRIGHT
!/TRADEMARK
Expand Down
7 changes: 3 additions & 4 deletions hack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,9 @@ test-storage-service Run Storage Service tests.
```

`tox` sets up separate virtual environments for each target and calls
`pytest` to run the tests. Their configurations live in the `tox.ini`
and `pytest.ini` files but you can set the [`TOXARGS`][tox-cli] and
[`PYTEST_ADDOPTS`][pytest-cli] environment variables to pass command
line options to each.
`pytest` to run the tests. Their configurations live in the `pyproject.toml`
file but you can set the [`TOXARGS`][tox-cli] and [`PYTEST_ADDOPTS`][pytest-cli]
environment variables to pass command line options to each.

[tox-cli]: https://tox.readthedocs.io/en/latest/config.html#cli
[pytest-cli]: https://docs.pytest.org/en/stable/example/simple.html#how-to-change-command-line-options-defaults
Expand Down

0 comments on commit 6925092

Please sign in to comment.