Skip to content

Commit 58a8b2c

Browse files
committed
Minor docs update / fix typo
1 parent 6efb51c commit 58a8b2c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/contributing.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

294298
Manual Testing
@@ -334,6 +338,7 @@ notes, please add a **newsfragment** file as explained
334338
If possible, the change to the release notes file should be included in the
335339
commit that introduces the feature or bugfix.
336340

341+
.. _generating_fixtures:
337342

338343
Generating New Fixtures
339344
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)