@@ -219,9 +219,9 @@ interact with the client when we run our tests.
219
219
220
220
The parent ``/integration `` directory houses some common configuration shared across
221
221
all client tests, whereas the ``/go_ethereum `` directory houses common code to be
222
- shared across geth-specific provider tests. Though the setup run configurations exist
223
- across the different files within ``/tests/integration ``, our integration module tests
224
- are written across different files within ``/web3/_utils/module_testing ``.
222
+ shared across geth-specific provider tests. Though the setup and run configurations
223
+ exist across the different files within ``/tests/integration ``, our integration module
224
+ tests are written across different files within ``/web3/_utils/module_testing ``.
225
225
226
226
* :file: `common.py ` files within the client directories contain code that is shared across
227
227
all provider tests (http, ipc, and ws). This is mostly used to override tests that span
@@ -255,8 +255,8 @@ Arguments for the script are:
255
255
256
256
257
257
To run the script, you will need the ``py-solc-x `` library for compiling the files
258
- as well as ``black `` for linting . You can install those independently or install the
259
- full ``[dev] `` package extra as shown below.
258
+ as well as ``black `` for code formatting . You can install those independently or
259
+ install the full ``[dev] `` package extra as shown below.
260
260
261
261
.. code :: sh
262
262
@@ -286,8 +286,8 @@ 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 not generated via the script but is is important to
290
- pass on to the test suites, the ``_custom_data.py `` can be used to store that
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
291
information.
292
292
293
293
0 commit comments