You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fw/consume): write the test class & function docstrings to _info["description"] for use in hive reports (#579)
* feat(fw): write test class and function docstrings to the fixture _info
* feat(consume): propagate the test fixture description to the hive test report
* feat(consume): prepend the test id to the test description
* refactor(docs|fw): move utility functions to ethereum_test_tools.utility
* feat(fill): add test function github permalink to _info['url']
* feat(consume): add test source url to hive test report description
* fix(fw): add workaround to fix fw pytest_plugin tests
* fix(fw): fix pytest plugin fw tests on macos
* feat(consume): format id as code
* Revert "feat(consume): format id as code"
This reverts commit cffb871.
* fix(consume): use the consume pytest test id as hive test id
* fix(fw): add improvements to versioning.py from review
* docs: update changelog
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Test fixtures for use by clients are available for each release on the [Github r
35
35
- ✨ Add a "slow" pytest marker, in order to be able to limit the filled tests until release ([#562](https://github.com/ethereum/execution-spec-tests/pull/562)).
36
36
- ✨ Add a CLI tool that generates blockchain tests as Python from a transaction hash ([#470](https://github.com/ethereum/execution-spec-tests/pull/470), [#576](https://github.com/ethereum/execution-spec-tests/pull/576)).
37
37
- ✨ Add more Transaction and Block exceptions from existing ethereum/tests repo ([#572](https://github.com/ethereum/execution-spec-tests/pull/572)).
38
+
- ✨ Add "description" and "url" fields containing test case documentation and a source code permalink to fixtures during `fill` and use them in `consume`-generated Hive test reports ([#579](https://github.com/ethereum/execution-spec-tests/pull/579)).
0 commit comments