File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -286,9 +286,13 @@ filename with the ``-f`` (or ``--filename``) argument flag.
286286 Compiling OffchainLookup.sol
287287 reformatted ...
288288
289- If there is any contract data that is not generated via the script but is is important
290- to pass on to the test suites, the ``_custom_data.py `` can be used to store that
291- information.
289+ If there is any contract data that is not generated via the script but is important
290+ to pass on to the integration tests, the ``_custom_contract_data.py `` file within the
291+ ``contract_data `` subdirectory can be used to store that information when appropriate.
292+
293+ Be sure to re-generate the integration test fixture after running the script to update
294+ the contract bytecodes for the integration test suite - see the
295+ :ref: `generating_fixtures ` section below.
292296
293297
294298Manual Testing
@@ -334,6 +338,7 @@ notes, please add a **newsfragment** file as explained
334338If possible, the change to the release notes file should be included in the
335339commit that introduces the feature or bugfix.
336340
341+ .. _generating_fixtures :
337342
338343Generating New Fixtures
339344~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments