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.
286
286
Compiling OffchainLookup.sol
287
287
reformatted ...
288
288
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.
292
296
293
297
294
298
Manual Testing
@@ -334,6 +338,7 @@ notes, please add a **newsfragment** file as explained
334
338
If possible, the change to the release notes file should be included in the
335
339
commit that introduces the feature or bugfix.
336
340
341
+ .. _generating_fixtures :
337
342
338
343
Generating New Fixtures
339
344
~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments