Skip to content

Commit

Permalink
Remove py.test from README
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Oct 28, 2019
1 parent 8bc987e commit 8339246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ tox -e py37-core

If for some reason it is not working, add `--recreate` params.

`tox` is good for testing against the full set of build targets. But if you want to run the tests individually, `py.test` is better for development workflow. For example, to run only the tests in one file:
`tox` is good for testing against the full set of build targets. But if you want to run the tests individually, `pytest` is better for development workflow. For example, to run only the tests in one file:

```sh
py.test tests/core/gas-strategies/test_time_based_gas_price_strategy.py
pytest tests/core/gas-strategies/test_time_based_gas_price_strategy.py
```

### Release setup
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1483.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove outdated py.test command from readme

0 comments on commit 8339246

Please sign in to comment.