Skip to content

Commit

Permalink
feat(pytest): use --tb=short as default for fill test reports (#542)
Browse files Browse the repository at this point in the history
* feat(pytest): use --tb=short as the default failure traceback style

* docs: update changelog

* chore: update whitelist
  • Loading branch information
danceratopz authored May 6, 2024
1 parent 8d56cc4 commit 12cacf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Test fixtures for use by clients are available for each release on the [Github r
- ✨ Added EOF fixture format ([#512](https://github.com/ethereum/execution-spec-tests/pull/512)).
- ✨ Verify filled EOF fixtures using `evmone-eofparse` during `fill` execution ([#519](https://github.com/ethereum/execution-spec-tests/pull/519)).
- ✨ Added `--traces` support when running with Hyperledger Besu ([#511](https://github.com/ethereum/execution-spec-tests/pull/511)).
- ✨ Use pytest's "short" traceback style (`--tb=short`) for failure summaries in the test report for more compact terminal output ([#542](https://github.com/ethereum/execution-spec-tests/pull/542)).

### 🔧 EVM Tools

Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ addopts =
-p pytest_plugins.spec_version_checker.spec_version_checker
-p pytest_plugins.test_help.test_help
-m "not eip_version_check"
--tb short
--dist loadscope
--ignore tests/cancun/eip4844_blobs/point_evaluation_vectors/
1 change: 1 addition & 0 deletions whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ todo
toml
tox
Tox
traceback
TransactionException
trie
tstorage
Expand Down

0 comments on commit 12cacf6

Please sign in to comment.